From fcd68c7bc00f2c312bafe4b0ef3ef18e29abfa3d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 11 Jan 2012 21:27:17 +0100 Subject: .zsh/functions/prompt --- .zsh/functions/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/functions/prompt') diff --git a/.zsh/functions/prompt b/.zsh/functions/prompt index 74d47c7..1cf4818 100644 --- a/.zsh/functions/prompt +++ b/.zsh/functions/prompt @@ -11,6 +11,6 @@ if [ $pac_cnt -gt 0 -o $aur_cnt -gt 0 ]; then fi printf '%s%s%s%s:%s%s%s ' \ - "%%B(?.%{${fg[green]}%}^_^.%{${fg[red]}%}T_T)%b%{${fg[default]}%}" \ + "%B%(?.%{${fg[green]}%}^_^.%{${fg[red]}%}T_T)%b%{${fg[default]}%}" \ "%{${fg[magenta]}%}" $hostname "%{${fg[default]}%}" \ "%{${fg[green]}%}" "%~" "%{${fg[default]}%}" -- cgit v1.2.3-54-g00ecf