From aaf2caa0809f62c40893d85089d7c09b5d433127 Mon Sep 17 00:00:00 2001 From: Maran Hidskes Date: Tue, 1 Sep 2009 11:01:26 +0200 Subject: [PATCH] Added extra theme with full pathnames and hostname --- themes/maran.zsh-theme | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 themes/maran.zsh-theme diff --git a/themes/maran.zsh-theme b/themes/maran.zsh-theme new file mode 100644 index 0000000..7523696 --- /dev/null +++ b/themes/maran.zsh-theme @@ -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) %(!.#.$) ' \ No newline at end of file