.zsh/functions/prompt
This commit is contained in:
parent
fcd68c7bc0
commit
dfa924fcd8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if [ $pac_cnt -gt 0 -o $aur_cnt -gt 0 ]; then
|
|||
"%{${fg[cyan]}%}" $aur_cnt "%{${fg[default]}%}"
|
||||
fi
|
||||
|
||||
printf '%s%s%s%s:%s%s%s ' \
|
||||
printf '%s %s%s%s:%s%s%s ' \
|
||||
"%B%(?.%{${fg[green]}%}^_^.%{${fg[red]}%}T_T)%b%{${fg[default]}%}" \
|
||||
"%{${fg[magenta]}%}" $hostname "%{${fg[default]}%}" \
|
||||
"%{${fg[green]}%}" "%~" "%{${fg[default]}%}"
|
||||
|
|
Loading…
Reference in a new issue