diff options
| -rwxr-xr-x | tools/init/load-settings.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/init/load-settings.sh b/tools/init/load-settings.sh index 4be3fe0..b8fb974 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
| @@ -8,7 +8,7 @@ case $SHELL in | |||
| 8 | *zsh) | 8 | *zsh) |
| 9 | setopt extended_glob | 9 | setopt extended_glob |
| 10 | fpath=($SETTING_DIR/zsh $fpath) | 10 | fpath=($SETTING_DIR/zsh $fpath) |
| 11 | source $SETTING_DIR/zsh/* | 11 | autoload -U deer |
| 12 | zle -N deer | 12 | zle -N deer |
| 13 | bindkey '\ek' deer | 13 | bindkey '\ek' deer |
| 14 | ;; | 14 | ;; |