summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-11 21:27:37 +0100
committerGravatar Tom Willemsen2012-01-11 21:27:37 +0100
commitdfa924fcd846ab46794c6bd06465753be7c9abdc (patch)
tree4e195219be9b28408eb4d90e32ffccf606f25c5f /.zsh
parentfcd68c7bc00f2c312bafe4b0ef3ef18e29abfa3d (diff)
downloaddotfiles-dfa924fcd846ab46794c6bd06465753be7c9abdc.tar.gz
dotfiles-dfa924fcd846ab46794c6bd06465753be7c9abdc.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 1cf4818..f8cc15f 100644
--- a/.zsh/functions/prompt
+++ b/.zsh/functions/prompt
@@ -10,7 +10,7 @@ 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 ' \
"%B%(?.%{${fg[green]}%}^_^.%{${fg[red]}%}T_T)%b%{${fg[default]}%}" \
"%{${fg[magenta]}%}" $hostname "%{${fg[default]}%}" \
"%{${fg[green]}%}" "%~" "%{${fg[default]}%}"