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