Ensure that ZLE functions are sourced

This commit is contained in:
William Carroll 2018-01-08 15:16:27 -05:00
parent f43072e5b6
commit 4fcf4bc3c0

View file

@ -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