[ADD][SHELL] Use local profile configuration
This commit is contained in:
parent
7fc21c978e
commit
1e6a4edbf4
|
@ -52,3 +52,7 @@ eval "$(keychain --eval id_rsa --eval shared_rsa --quiet)"
|
||||||
|
|
||||||
# Use my localrc script to automatically source/unsource local configurations
|
# Use my localrc script to automatically source/unsource local configurations
|
||||||
source ~/.scripts/localrc
|
source ~/.scripts/localrc
|
||||||
|
|
||||||
|
if [ -e ~/.local_profile ]; then
|
||||||
|
source ~/.local_profile
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue