dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit cf4aa5161ea069c5213056ff25bd9c8974262e7d
parent b1de06e3895bdc66bc59674480c85d8ca5ce4fb2
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri, 17 Jan 2014 09:35:56 +0100

added username to zsh 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%} %m" +RPROMPT="%B%{$fg[cyan]%}%~%{$reset_color%} %n@%m" setopt AUTO_CD setopt CORRECT