You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,7 @@ Add the line
61
61
62
62
antigen bundle agkozak/agkozak-zsh-prompt
63
63
64
-
to your `.zshrc`, somewhere before the line that says `antigen apply`.
65
-
66
-
*Note: use `antigen bundle`, not `antigen theme`; the latter can result in a broken prompt when `.zshrc` is sourced a second time or whenever `antigen theme` is run again. [This problem is expected to be fixed in antigen version 2.2.3.](https://github.com/zsh-users/antigen/issues/652)*
64
+
to your `.zshrc`, somewhere before the line that says `antigen apply`. Be sure to use `antigen bundle` and not `antigen theme`.
67
65
68
66
### For [oh-my-zsh](http://ohmyz.sh) users
69
67
@@ -169,7 +167,7 @@ If the exit status of the most recently executed command is other than zero (zer
169
167
170
168
The agkozak ZSH Prompt indicates when the user has switched from `vi` insert mode to command mode by turning the `%` or `#` of the prompt into a colon:
171
169
172
-

170
+

173
171
174
172
agkozak does not enable `vi` editing mode for you. To do so, add
0 commit comments