aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-01-12 08:53:17 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-01-14 11:39:10 +0800
commitd9e1a5f4fb80ef9cb95bd47a9b0278c8209fe804 (patch)
tree99eaffbfb2fb7e155834018583aa1ec42751686a /tools
parentc1ac0fa85eb1348661f320ce6c2e7d706feb4765 (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 02aa6f3..b8fb974 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 $0 in 7case $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)