Permalink
Browse files
Added extra theme with full pathnames and hostname
Showing
with
3 additions
and
0 deletions.
-
+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) %(!.#.$) '
|
0 comments on commit
f704193