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
|
||||
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
if [ -d "$NVM_DIR/nvm.sh" ]; then
|
||||
\. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
||||
if [ -d "$HOME/.local_profile" ] ; then
|
||||
. "$HOME/.local_profile"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue