fixed bugs and small changes

This commit is contained in:
2021-12-06 11:53:18 +01:00
parent 587d07fa50
commit f17bcc0a88
12 changed files with 20 additions and 1558 deletions
+2 -1
View File
@@ -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;