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"
|
. "$HOME/.local/aliases"
|
||||||
fi
|
fi
|
||||||
if [ -f "$HOME/.local/functions" ]; then
|
if [ -f "$HOME/.local/functions" ]; then
|
||||||
. "$HOME/.local/functions
|
. "$HOME/.local/functions"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Bash / ZSH
|
### Bash / ZSH
|
||||||
|
|
Loading…
Reference in a new issue