diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-12-02 12:59:08 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-12-02 12:59:08 +0800 |
commit | 5b2b807a4745442f8fee31317d8ecd847b361532 (patch) | |
tree | 2f1b4c9cb66ef2a9c8c69054eb0c38dde004f7fb | |
parent | bd6ad1f7f9460bfc0a8e40d88c42745c35e18057 (diff) |
update
-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 | ;; |