Update dotfiles/.profile
This commit is contained in:
parent
dd4e0026dd
commit
f7c3374cb2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ if [ -f "$HOME/.local/aliases" ]; then
|
|||
. "$HOME/.local/aliases"
|
||||
fi
|
||||
if [ -f "$HOME/.local/functions" ]; then
|
||||
. "$HOME/.local/functions
|
||||
. "$HOME/.local/functions"
|
||||
fi
|
||||
|
||||
### Bash / ZSH
|
||||
|
|
Loading…
Reference in a new issue