add support for local profile
This commit is contained in:
parent
91feee358c
commit
ebec3ca339
1 changed files with 4 additions and 2 deletions
6
.profile
6
.profile
|
@ -17,6 +17,8 @@ if [ -d "$HOME/go" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
if [ -d "$NVM_DIR/nvm.sh" ]; then
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
\. "$NVM_DIR/nvm.sh" # This loads nvm
|
|
||||||
|
if [ -d "$HOME/.local_profile" ] ; then
|
||||||
|
. "$HOME/.local_profile"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue