diff options
author | Tyler Cipriani <tyler@tylercipriani.com> | 2012-09-17 10:25:19 -0600 |
---|---|---|
committer | Tyler Cipriani <tyler@tylercipriani.com> | 2012-09-17 10:25:19 -0600 |
commit | 00e11991e0fec9e4db783550a1c849c48920f02a (patch) | |
tree | 6b0dd8f8ed319c3b9e11c319525e62e4d5278a0f /themes/junkfood.zsh-theme | |
parent | 11a4c67f340b400a3d9cc9913b4f49d708e01a57 (diff) | |
download | zsh-00e11991e0fec9e4db783550a1c849c48920f02a.tar.gz zsh-00e11991e0fec9e4db783550a1c849c48920f02a.tar.bz2 zsh-00e11991e0fec9e4db783550a1c849c48920f02a.zip |
Added space to prompt
Diffstat (limited to 'themes/junkfood.zsh-theme')
-rw-r--r-- | themes/junkfood.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/junkfood.zsh-theme b/themes/junkfood.zsh-theme index a265f29f1..bfe3913de 100644 --- a/themes/junkfood.zsh-theme +++ b/themes/junkfood.zsh-theme @@ -5,7 +5,7 @@ # ------------------------------------------------------------------------ # Grab the current date (%W) and time (%t): -JUNKFOOD_TIME_="%{$fg_bold[white]%}#%t%{$fg_bold[white]%} – %{$fg_bold[yellow]%}%W%{$fg_bold[white]%} – %{$reset_color%}" +JUNKFOOD_TIME_="%{$fg_bold[white]%}# %t%{$fg_bold[white]%} – %{$fg_bold[yellow]%}%W%{$fg_bold[white]%} – %{$reset_color%}" # Grab the current machine name JUNKFOOD_MACHINE_="%{$fg_bold[blue]%}%m%{$fg[white]%}:%{$reset_color%}" |