fixed and added bookmarks

This commit is contained in:
2022-01-04 13:33:35 +01:00
parent ada5811dc2
commit c13024a5e3
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ if [ -d $HOME/.local/bin ] ; then
fi
# add the custom functions from the .custom_functions file
custom_func_dir=$HOME/.config/custom_shell_functions
custom_func_dir=$HOME/.scripts
for f in $custom_func_dir/*; do source $f; done
# key bindings