diff options
Diffstat (limited to 'tools')
-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 861d5a8..c87c5c6 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
@@ -45,8 +45,8 @@ fi | |||
45 | 45 | ||
46 | if [[ $shell == zsh ]]; then | 46 | if [[ $shell == zsh ]]; then |
47 | setopt extended_glob | 47 | setopt extended_glob |
48 | compinit | ||
49 | fpath=($SETTING_DIR/zsh $fpath) | 48 | fpath=($SETTING_DIR/zsh $fpath) |
49 | compinit | ||
50 | alias history='history -i' | 50 | alias history='history -i' |
51 | 51 | ||
52 | #autoload -U deer | 52 | #autoload -U deer |