aboutsummaryrefslogtreecommitdiffhomepage
path: root/profile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-20 19:52:38 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-20 19:52:44 +0800
commit63b9c7006c1ad21e8fa52c318eb1a616abc4260e (patch)
treef2b46d7935e8985124857cc6c8945e1473fb1a20 /profile
parent88e326062c8165cba6a99a1e0f7d7ec547a31987 (diff)
Update
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