fix local profile implementation

This commit is contained in:
Sebastian Bugge 2023-06-26 15:09:35 +02:00
parent 2ff680ce87
commit 23fbf04b26

View file

@ -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