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