Added extra theme with full pathnames and hostname

This commit is contained in:
Maran Hidskes 2009-09-01 11:01:26 +02:00
parent cde57ba9a7
commit aaf2caa080

3
themes/maran.zsh-theme Normal file
View file

@ -0,0 +1,3 @@
# Theme with full path names and hostname
# Handy if you work on different servers all the time;
PROMPT='%{$fg[cyan]%}%n%{$reset_color%}@$fg[yellow]%}%M:%{$fg[green]%}%/%{$reset_color%} $(git_prompt_info) %(!.#.$) '