about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-01-08T20·16-0500
committerWilliam Carroll <wpcarro@gmail.com>2018-01-08T20·16-0500
commit4fcf4bc3c011e383ed8808c180e3b69656055cf6 (patch)
treeada0d6cdcce0bc4f44a24de0c8ab950f161edbd0
parentf43072e5b67b52183c0b2c17c1c14588252a4204 (diff)
Ensure that ZLE functions are sourced
-rw-r--r--functions/index.sh3
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