fixed bugs and small changes
This commit is contained in:
@@ -33,7 +33,8 @@ if [ -d $HOME/.local/bin ] ; then
|
||||
fi
|
||||
|
||||
# add the custom functions from the .custom_functions file
|
||||
source $HOME/.custom_functions
|
||||
custom_func_dir=$HOME/.config/custom_shell_functions
|
||||
for f in $custom_func_dir/*; do source $f; done
|
||||
|
||||
# key bindings
|
||||
# create a zkbd compatible hash;
|
||||
|
||||
Reference in New Issue
Block a user