Skip to content

Commit bba91ce

Browse files
committed
$ as the prompt symbol
1 parent 36271b7 commit bba91ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

agkozak-zsh-theme.plugin.zsh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
# - Git info in left prompt
44
# - Removed user name
55
# - Added blank line before prompt
6+
# - $ as the symbol
67
#
78
# It looks like this:
89
#
910
# .../dev/project (master)
10-
# %
11+
# $
1112
#
1213

1314
# _ _
@@ -186,7 +187,7 @@ _agkozak_branch_changes() {
186187
_agkozak_vi_mode_indicator() {
187188
case $KEYMAP in
188189
vicmd) print -n ':' ;;
189-
*) print -n '%#' ;;
190+
*) print -n '%(!.#.$)' ;;
190191
esac
191192
}
192193

0 commit comments

Comments
 (0)