summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-10-30 13:39:20 -0400
committerJune McEnroe <june@causal.agency>2013-10-30 13:39:20 -0400
commit86687eecf1e9794bc081287cb615f2bed5b1fbad (patch)
tree2397bb65ab16a875eb2e554a3ade7a9700c044b0 /.zshrc
parentOnly load chruby if it exists (diff)
downloadsrc-86687eecf1e9794bc081287cb615f2bed5b1fbad.tar.gz
src-86687eecf1e9794bc081287cb615f2bed5b1fbad.zip
Show hostname in prompt over SSH
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index b0c15105..4761b028 100644
--- a/.zshrc
+++ b/.zshrc
@@ -35,7 +35,8 @@ bindkey "\e[F" end-of-line
 autoload colors zsh/terminfo
 colors
 
-PROMPT=$'%{$terminfo[bold]$fg[green]%}[%{$fg[blue]%}%30<..<%~$(gitprompt)%{$fg[green]%}]%(!.#.$)%{$terminfo[sgr0]$reset_color%} '
+[ "$SSH_CLIENT" ] && PROMPT_HOST="%{$fg[magenta]%}%m:"
+PROMPT=$'%{$terminfo[bold]$fg[green]%}[$PROMPT_HOST%{$fg[blue]%}%30<..<%~$(gitprompt)%{$fg[green]%}]%(!.#.$)%{$terminfo[sgr0]$reset_color%} '
 RPROMPT="%(?..%{$terminfo[bold]$fg[green]%}[%{$fg[red]%}%?%{$fg[green]%}]%{$terminfo[sgr0]%})"
 
 # Libs and stuff