From 297d692457ac46bb350fd73ecd576f01043fcd68 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 11 Feb 2012 10:40:14 +0100 Subject: .zsh/functions/prompt --- .zsh/functions/prompt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.zsh/functions') diff --git a/.zsh/functions/prompt b/.zsh/functions/prompt index 32b7cd4..9b17c46 100644 --- a/.zsh/functions/prompt +++ b/.zsh/functions/prompt @@ -17,5 +17,4 @@ fi printf '%s %s%s%s:%s%s%s ' \ "%{${fg[magenta]}%}" $hostname "%{${fg[default]}%}" \ - "%(?.%{${fg[green]}%}.%{${fg[red]}%})" "%~" \ - "%{${fg[default]}%}" + "%(?.%{${fg[green]}%}.%{${fg[red]}%})" "%~" "%{${fg[default]}%}" -- cgit v1.2.3-54-g00ecf