Replace powerline by airline

This commit is contained in:
Christophe Buffenoir (kirua) 2015-12-16 23:50:36 +01:00
parent a5e6e2e49b
commit 94c4f03c7d
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ function cd() {
# Customize to your needs...
export PATH=$PATH:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:~/.local/bin
. ~/.local/lib/python3.?/site-packages/powerline/bindings/zsh/powerline.zsh
#. ~/.local/lib/python3.?/site-packages/powerline/bindings/zsh/powerline.zsh
. ~/.shell_prompt.sh
alias gitst="git status | more"
alias gitci="git commit"