fix local profile implementation
This commit is contained in:
parent
2ff680ce87
commit
23fbf04b26
1 changed files with 1 additions and 1 deletions
2
.profile
2
.profile
|
@ -22,6 +22,6 @@ if [ -s "$NVM_DIR/nvm.sh" ]; then
|
||||||
\. "$NVM_DIR/bash_completion" # nvm bash completions
|
\. "$NVM_DIR/bash_completion" # nvm bash completions
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d "$HOME/.local_profile" ]; then
|
if [ -s "$HOME/.local_profile" ]; then
|
||||||
\. "$HOME/.local_profile"
|
\. "$HOME/.local_profile"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue