diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 44e8b0d1b..310736604 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -5,7 +5,7 @@ export ZSH=$HOME/.oh-my-zsh # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. -ZSH_THEME="robbyrussell" +ZSH_THEME="knoopx" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" diff --git a/themes/knoopx.zsh-theme b/themes/knoopx.zsh-theme new file mode 100644 index 000000000..fca3719f8 --- /dev/null +++ b/themes/knoopx.zsh-theme @@ -0,0 +1,4 @@ +PROMPT='%{$fg[grey]%}%n@%m %{$fg[green]%}%~%{$reset_color%}$(__git_ps1) %{$fg[green]%}$%{$reset_color%} ' + +ZSH_THEME_GIT_PROMPT_PREFIX="(" +ZSH_THEME_GIT_PROMPT_SUFFIX=") "