From 48948a48f89150d6d2052f873322444daba88544 Mon Sep 17 00:00:00 2001 From: Noon Silk Date: Sat, 14 Jan 2012 21:04:09 +1100 Subject: [PATCH] Minor adjustment --- themes/noon.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/noon.zsh-theme b/themes/noon.zsh-theme index a2c3e1246..319d02ed2 100644 --- a/themes/noon.zsh-theme +++ b/themes/noon.zsh-theme @@ -34,7 +34,7 @@ return_code_enabled="%(?..%{$fg[red]%}%? ↵%{$reset_color%})" return_code_disabled="%{$fg[magenta]%}%D{%a %b %d}%{$reset_color%}" return_code=$return_code_disabled -RPROMPT='${return_code} $(battery_charge)' +RPROMPT='${return_code}$(battery_charge)' function accept-line-or-clear-warning () { if [[ -z $BUFFER ]]; then