aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/init
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-12-23 18:11:42 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-12-23 18:11:42 +0800
commita480e3fcf165f2c201b9349573669d9698da42fe (patch)
tree297babf846d038084c4ece56881770ae172e04f7 /tools/init
parent2c7ae3439e9dd14585c0d6222c731d8e308d535f (diff)
update
Diffstat (limited to 'tools/init')
-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 b8fb974..02aa6f3 100755
--- a/tools/init/load-settings.sh
+++ b/tools/init/load-settings.sh
@@ -4,7 +4,7 @@ source $SETTING_DIR/alias
4[[ -d $SETTING_DIR/private ]] && source $SETTING_DIR/private/* 4[[ -d $SETTING_DIR/private ]] && source $SETTING_DIR/private/*
5 5
6# Config shell 6# Config shell
7case $SHELL in 7case $0 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)