.zsh/functions/prompt

This commit is contained in:
Tom Willemsen 2012-01-11 22:12:01 +01:00
parent ac4c937a87
commit ecf2e02bb5

View file

@ -4,10 +4,10 @@ local pac_cnt=$(get_cnt updates)
local aur_cnt=$(get_cnt aur) local aur_cnt=$(get_cnt aur)
local hostname=$(hostname | cut -d . -f 1) local hostname=$(hostname | cut -d . -f 1)
printf "%s" \ printf "%s " \
"%B%(?.%{${fg[green]}%}^_^.%{${fg[red]}%}T_T)%b%{${fg[default]}%}" "%B%(?.%{${fg[green]}%}^_^.%{${fg[red]}%}T_T)%b%{${fg[default]}%}"
line 4 15 line 4 15
printf "%s" "$(date +%Y%m%d%H.%M)" printf " %s " "$(date +%Y%m%d%H.%M)"
if [ $pac_cnt -gt 0 -o $aur_cnt -gt 0 ]; then if [ $pac_cnt -gt 0 -o $aur_cnt -gt 0 ]; then
printf "%s%d%s/%s%d%s:" \ printf "%s%d%s/%s%d%s:" \