Update dotfiles/.profile

This commit is contained in:
Brian Zalewski 2022-10-31 01:37:58 +00:00
parent dd4e0026dd
commit f7c3374cb2

View file

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