Created
August 19, 2019 12:01
-
-
Save stepankuzmin/260226cf96db594523c1318a31eeaa94 to your computer and use it in GitHub Desktop.
Urbica zsh theme
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
| # -*- sh -*- vim:set ft=sh ai et sw=4 sts=4: | |
| # It might be bash like, but I can't have my co-workers knowing I use zsh | |
| PROMPT='%{$fg[green]%}%n@%{$fg[red]%}%m:%{$fg_bold[blue]%}%2~ $(git_prompt_info)%{$reset_color%}%(!.#.$) ' | |
| ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}‹" | |
| 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