From da4f346c67d66d9fae593c6bce1eec57712b9a0c Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 11 Feb 2012 10:43:19 +0100 Subject: .zsh/functions/prompt --- .zsh/functions/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/functions') diff --git a/.zsh/functions/prompt b/.zsh/functions/prompt index 6af344e..9b96699 100644 --- a/.zsh/functions/prompt +++ b/.zsh/functions/prompt @@ -15,6 +15,6 @@ 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 ' \ "%{${fg[magenta]}%}" $hostname "%{${fg[default]}%}" \ "%(?.%{${fg[green]}%}.%{${fg[red]}%})" "%~" "%{${fg[default]}%}" -- cgit v1.2.3-54-g00ecf