diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-20 19:52:38 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-20 19:52:44 +0800 |
commit | 63b9c7006c1ad21e8fa52c318eb1a616abc4260e (patch) | |
tree | f2b46d7935e8985124857cc6c8945e1473fb1a20 /profile | |
parent | 88e326062c8165cba6a99a1e0f7d7ec547a31987 (diff) |
Update
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 |