diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-10-12 15:51:22 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-10-12 15:51:22 +0800 |
commit | 130e6d5a9f8293428c251b20a04755c30780a3c3 (patch) | |
tree | 4fb9e573aadb8a04e5e65f32fa8bfc68e34b0846 | |
parent | 2b7515772f9da0290ba2a8c5759a45b228c4de38 (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 9ae2806..4be3fe0 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 | setopt extended_glob | 11 | source $SETTING_DIR/zsh/* |
12 | zle -N deer | 12 | zle -N deer |
13 | bindkey '\ek' deer | 13 | bindkey '\ek' deer |
14 | ;; | 14 | ;; |