new powerline setup

This commit is contained in:
Armin Jenewein 2015-01-30 11:03:47 +01:00
commit 7bf46e8762
5 changed files with 75 additions and 129 deletions

5
zshrc
View file

@ -4,7 +4,8 @@
ZSH=.zsh
# export ZSH_THEME="random"
export ZSH_THEME="ezzsh" # name of zsh theme
# export ZSH_THEME="ezzsh" # name of zsh theme
export ZSH_THEME="powerline" # name of zsh theme
# Set this to true to use case-sensitive completion
CASE_SENSITIVE="false" # bool
@ -19,7 +20,7 @@ DISABLE_LS_COLORS="false" # bool
DISABLE_AUTO_TITLE="false" # bool
# Uncomment following line if you want disable red dots displayed while waiting for completion
DISABLE_COMPLETION_WAITING_DOTS="false" # bool
DISABLE_COMPLETION_WAITING_DOTS="true" # bool
# plugins to load (array)
# Example format: plugins=(rails git textmate ruby lighthouse)