summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-11 21:27:17 +0100
committerGravatar Tom Willemsen2012-01-11 21:27:17 +0100
commitfcd68c7bc00f2c312bafe4b0ef3ef18e29abfa3d (patch)
tree7c9bb9722e24c5a59a41e768db53654f1aeaf1e6 /.zsh
parent3a70d881584028bae34cbe4afb68bdc32a9a47f9 (diff)
downloaddotfiles-fcd68c7bc00f2c312bafe4b0ef3ef18e29abfa3d.tar.gz
dotfiles-fcd68c7bc00f2c312bafe4b0ef3ef18e29abfa3d.zip
.zsh/functions/prompt
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/functions/prompt2
1 files changed, 1 insertions, 1 deletions
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]}%}"