From dd1746586d75efc896f42629d59579b801f9dda4 Mon Sep 17 00:00:00 2001 From: Vasily Mikhaylichenko Date: Fri, 15 Mar 2013 16:28:33 +1100 Subject: [PATCH] Use hostname for vaskas theme --- themes/vaskas.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vaskas.zsh-theme b/themes/vaskas.zsh-theme index f90e0456a..b3c73f554 100644 --- a/themes/vaskas.zsh-theme +++ b/themes/vaskas.zsh-theme @@ -9,7 +9,7 @@ if [[ "$TERM" != "dumb" ]] && [[ "$DISABLE_LS_COLORS" != "true" ]]; then MODE_INDICATOR="%{$fg_bold[red]%}❮%{$reset_color%}%{$fg[red]%}❮❮%{$reset_color%}" local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%}" - PROMPT='%{$fg[magenta]%}`uname -r`$(git_prompt_info) %(!.%{$fg_bold[red]%}#.%{$fg[green]%}❯)%{$reset_color%} ' + PROMPT='%{$fg[magenta]%}%m$(git_prompt_info) %(!.%{$fg_bold[red]%}#.%{$fg[green]%}❯)%{$reset_color%} ' ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[blue]%}%{$fg[cyan]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"