Skip to content

Instantly share code, notes, and snippets.

@herpiko
Created January 6, 2018 20:06
Show Gist options
  • Select an option

  • Save herpiko/2efaee80ef72f21982eb4af38cf909dc to your computer and use it in GitHub Desktop.

Select an option

Save herpiko/2efaee80ef72f21982eb4af38cf909dc to your computer and use it in GitHub Desktop.
Simplified Maran
# 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