1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,7 @@ |
0 |
+# Inspired by many other themes |
|
1 |
+PROMPT='[%*] %{$fg[cyan]%}%n%{$fg[magenta]%}➜%{$fg[green]%}%3~$(git_prompt_info)%{$reset_color%} » ' |
|
2 |
+ |
|
3 |
+ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[blue]%}git(%{$fg[red]%}" |
|
4 |
+ZSH_THEME_GIT_PROMPT_SUFFIX="" |
|
5 |
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" |
|
6 |
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✗%{$fg[blue]%})" |