Browse Source

Added extra theme with full pathnames and hostname

Maran Hidskes 15 years ago
parent
commit
f704193fd2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      themes/maran.zsh-theme

+ 3 - 0
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) %(!.#.$) '