fixed custom functions sourcing in zsh

This commit is contained in:
2021-10-17 21:34:27 +02:00
parent c3396ab052
commit cd2661b30f
+1 -1
View File
@@ -33,7 +33,7 @@ if [ -d $HOME/.local/bin ] ; then
fi fi
# add the custom functions from the .custom_functions file # add the custom functions from the .custom_functions file
source $HOME/.shell_customizations source $HOME/.custom_functions
# key bindings # key bindings
# create a zkbd compatible hash; # create a zkbd compatible hash;