aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-02-21 14:18:05 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-02-21 14:18:05 +0800
commitc757b6df6fbd2e8c62a2e2dc7165314f403c2110 (patch)
treedf9ae312c2d0235d32dd94c83d7f1abc5af21da3 /tools
parent106d497be9ce6376c6c2849d75aaed13681980af (diff)
update
Diffstat (limited to 'tools')
-rwxr-xr-xtools/init/load-settings.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/init/load-settings.sh b/tools/init/load-settings.sh
index b46169d..73db314 100755
--- a/tools/init/load-settings.sh
+++ b/tools/init/load-settings.sh
@@ -1,5 +1,6 @@
1if [[ $0 == 'zsh' ]]; then 1if [[ $0 == 'zsh' ]]; then
2 setopt extended_glob 2 setopt extended_glob
3 fpath=($SETTING_DIR/zsh $fpath)
3elif [[ $0 == 'bash' ]]; then 4elif [[ $0 == 'bash' ]]; then
4 shopt -s extglob 5 shopt -s extglob
5fi 6fi