diff options
author | Maran Hidskes <maran.hidskes@gmail.com> | 2009-09-01 11:01:26 +0200 |
---|---|---|
committer | Maran Hidskes <maran.hidskes@gmail.com> | 2009-09-01 11:01:26 +0200 |
commit | f704193fd2732207c158aa3413e2ef9634e7b17f (patch) | |
tree | b369c2933aeaf68a70e69977f0e30e9a5c664b0a | |
parent | 1ec8a8848e5fa8f733af92f2c09387719e57e0d5 (diff) | |
download | zsh-f704193fd2732207c158aa3413e2ef9634e7b17f.tar.gz zsh-f704193fd2732207c158aa3413e2ef9634e7b17f.tar.bz2 zsh-f704193fd2732207c158aa3413e2ef9634e7b17f.zip |
Added extra theme with full pathnames and hostname
-rw-r--r-- | themes/maran.zsh-theme | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/maran.zsh-theme b/themes/maran.zsh-theme new file mode 100644 index 000000000..7523696f4 --- /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 |