commit 4266a73b1fa7b4085f11f59891ed7d324db855c7 parent 153cef5f05a0acdb5dc6940116a38fc070a3508c Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Mon, 6 Jan 2014 10:15:06 +0100 Added short hostname to right prompt Diffstat:
M | .zshrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.zshrc b/.zshrc @@ -7,7 +7,7 @@ colors PROMPT=" %{$fg[red]%} ยป %{$reset_color%}" -RPROMPT="%B%{$fg[cyan]%}%~%{$reset_color%}" +RPROMPT="%B%{$fg[cyan]%}%~%{$reset_color%} %m" setopt AUTO_CD setopt CORRECT