💄 Added icon to zsh prompt
This commit is contained in:
parent
18dbb0fc12
commit
cbfe803d8f
1 changed files with 3 additions and 2 deletions
|
|
@ -96,9 +96,10 @@ zle_highlight=('paste:none') # pasting text using ctrl+shift+v doesn't highlight
|
|||
unsetopt BEEP
|
||||
|
||||
# PROMPT='[%n@%m %1~]%F{green}(${vcs_info_msg_0_})%F{white}$ '
|
||||
PROMPT='%B%F{blue}[%n@%M %B%F{white}'%1~'%B%F{blue}]$ %B%F{white}${vcs_info_msg_0_}%B%F{blue}
|
||||
# PROMPT='%B%F{blue}[%n@%M %B%F{white}'%1~'%B%F{blue}]$ %B%F{white}${vcs_info_msg_0_}%B%F{blue}
|
||||
PROMPT='%B%F{blue}[ﴂ %B%F{white}'%1~'%B%F{blue}]$ %B%F{white}${vcs_info_msg_0_}%B%F{blue}
|
||||
└─>%B%F{white} '
|
||||
|
||||
#
|
||||
# function erase_history { local HISTSIZE=0; }
|
||||
# erase_history && hash -r
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue