From eac44bf15a9a7c0a78ee1f5d97292352f0d8dfa6 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 11 Jan 2012 21:37:49 +0100 Subject: .zsh/functions/prompt --- .zsh/functions/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh') diff --git a/.zsh/functions/prompt b/.zsh/functions/prompt index 419726c..bcd3397 100644 --- a/.zsh/functions/prompt +++ b/.zsh/functions/prompt @@ -4,7 +4,7 @@ local pac_cnt=$(get_cnt updates) local aur_cnt=$(get_cnt aur) local hostname=$(hostname | cut -d . -f 1) -line $hostname $(date) +line $hostname "$(date)" if [ $pac_cnt -gt 0 -o $aur_cnt -gt 0 ]; then printf "%s%d%s/%s%d%s:" \ -- cgit v1.2.3-54-g00ecf