diff options
-rw-r--r-- | functions/index.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/index.sh b/functions/index.sh index 616599416594..a34fa055113d 100644 --- a/functions/index.sh +++ b/functions/index.sh @@ -15,3 +15,6 @@ source $HOME/pc_settings/functions/vim_functions.sh # custom functions to work with gpg source $HOME/pc_settings/functions/gpg_functions.sh + +# custom functions for editing the ZSH line editor +source $HOME/pc_settings/functions/zle.sh |