diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/init/load-settings.sh | 1 |
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 @@ | |||
1 | if [[ $0 == 'zsh' ]]; then | 1 | if [[ $0 == 'zsh' ]]; then |
2 | setopt extended_glob | 2 | setopt extended_glob |
3 | fpath=($SETTING_DIR/zsh $fpath) | ||
3 | elif [[ $0 == 'bash' ]]; then | 4 | elif [[ $0 == 'bash' ]]; then |
4 | shopt -s extglob | 5 | shopt -s extglob |
5 | fi | 6 | fi |