This commit is contained in:
Víctor Martínez 2016-05-12 04:38:53 +00:00
commit ceb689abe6
2 changed files with 5 additions and 1 deletions

View file

@ -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"

4
themes/knoopx.zsh-theme Normal file
View file

@ -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=") "