diff options
author | Tyler Cipriani <tyler@tylercipriani.com> | 2012-10-11 13:48:38 -0600 |
---|---|---|
committer | Tyler Cipriani <tyler@tylercipriani.com> | 2012-10-11 13:48:38 -0600 |
commit | bb5db62314b0fb31b21326d8483c5e97405c07bb (patch) | |
tree | 2ed2e6de8f7c0534d449537df3782b0d9bdc37ae | |
parent | 8d86bb298d51d619c88d2aad400007b67c4d438b (diff) | |
download | zsh-bb5db62314b0fb31b21326d8483c5e97405c07bb.tar.gz zsh-bb5db62314b0fb31b21326d8483c5e97405c07bb.tar.bz2 zsh-bb5db62314b0fb31b21326d8483c5e97405c07bb.zip |
removed weird characters
-rw-r--r-- | themes/junkfood.zsh-theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/junkfood.zsh-theme b/themes/junkfood.zsh-theme index 1d574664d..f9bb28fad 100644 --- a/themes/junkfood.zsh-theme +++ b/themes/junkfood.zsh-theme @@ -5,10 +5,10 @@ # ------------------------------------------------------------------------ # Grab the current date (%W) and time (%t): -JUNKFOOD_TIME_="%{$fg_bold[red]%}#â%{$fg_bold[white]%}%tâ%{$fg_bold[yellow]%}%W%{$fg_bold[white]%}â%{$reset_color%}" +JUNKFOOD_TIME_="%{$fg_bold[red]%}#(%{$fg_bold[white]%}%t on %{$fg_bold[yellow]%}%W%{$fg_bold[white]%})%{$reset_color%}" # Grab the current machine name -JUNKFOOD_MACHINE_="%{$fg_bold[blue]%}%m%{$fg[white]%}:%{$reset_color%}" +JUNKFOOD_MACHINE_="%{$fg_bold[blue]%}%m%{$fg[white]%}):%{$reset_color%}" # Grab the current username JUNKFOOD_CURRENT_USER_="%{$fg_bold[green]%}%n%{$reset_color%}" |