Skip to content

Commit 9bf484d

Browse files
authored
Merge pull request #222 from mmdbalkhi/is4
Remove is4 from etc/skel/.zshrc
2 parents 1fea642 + eb38a4c commit 9bf484d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/skel/.zshrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fi
5959
#bindkey -M menuselect 'j' vi-down-line-or-history # bottom
6060

6161
## set command prediction from history, see 'man 1 zshcontrib'
62-
#is4 && zrcautoload predict-on && \
62+
#zrcautoload predict-on && \
6363
#zle -N predict-on && \
6464
#zle -N predict-off && \
6565
#bindkey "^X^Z" predict-on && \
@@ -124,7 +124,7 @@ fi
124124

125125
## if a new command line being added to the history list duplicates an older
126126
## one, the older command is removed from the list
127-
#is4 && setopt histignorealldups
127+
#setopt histignorealldups
128128

129129
## compsys related snippets ##
130130

0 commit comments

Comments
 (0)