Created
January 6, 2018 20:06
-
-
Save herpiko/2efaee80ef72f21982eb4af38cf909dc to your computer and use it in GitHub Desktop.
Simplified Maran
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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) %(!.#.$) ' | |
| PROMPT='%{$fg[green]%}%n%{$reset_color%}@%{$fg[green]%}%M:%{$fg[green]%}%c%{$reset_color%}$(git_prompt_info) %(!.#.$) ' | |
| ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[cyan]%}git:(" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment