aboutsummaryrefslogtreecommitdiffhomepage
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile b/profile
index 17de89d..3a48e0c 100644
--- a/profile
+++ b/profile
@@ -37,7 +37,7 @@ fi
37# Set zsh or bash 37# Set zsh or bash
38if [[ $- =~ i ]]; then 38if [[ $- =~ 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