diff options
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ fi | |||
37 | # Set zsh or bash | 37 | # Set zsh or bash |
38 | if [[ $- =~ i ]]; then | 38 | if [[ $- =~ i ]]; then |
39 | if [[ $shell == zsh ]]; then | 39 | if [[ $shell == zsh ]]; then |
40 | setopt extended_glob | 40 | setopt extended_glob interactive_comments |
41 | fpath=($SETTING_DIR/zsh $fpath) | 41 | fpath=($SETTING_DIR/zsh $fpath) |
42 | alias history='history -i' | 42 | alias history='history -i' |
43 | autoload compinit; compinit | 43 | autoload compinit; compinit |