aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-05-05 10:51:05 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-05-05 10:51:05 +0800
commit39b92c92c14ae69d91946d03034f624366b7f255 (patch)
treeea89f33a7aaf0381b90366b17462f4ebf2f98d10 /tools
parentf8b176bb7037dc7698b802459d5be44c83000868 (diff)
Update
Diffstat (limited to 'tools')
-rwxr-xr-xtools/init/load-settings.sh2
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
46if [[ $shell == zsh ]]; then 46if [[ $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