We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fea642 + eb38a4c commit 9bf484dCopy full SHA for 9bf484d
etc/skel/.zshrc
@@ -59,7 +59,7 @@ fi
59
#bindkey -M menuselect 'j' vi-down-line-or-history # bottom
60
61
## set command prediction from history, see 'man 1 zshcontrib'
62
-#is4 && zrcautoload predict-on && \
+#zrcautoload predict-on && \
63
#zle -N predict-on && \
64
#zle -N predict-off && \
65
#bindkey "^X^Z" predict-on && \
@@ -124,7 +124,7 @@ fi
124
125
## if a new command line being added to the history list duplicates an older
126
## one, the older command is removed from the list
127
-#is4 && setopt histignorealldups
+#setopt histignorealldups
128
129
## compsys related snippets ##
130
0 commit comments