Redo powerline on zsh

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

View File

@ -93,8 +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
. ~/.shell_prompt.sh
. ~/.local/lib/python3.?/site-packages/powerline/bindings/zsh/powerline.zsh
#. ~/.shell_prompt.sh
alias gitst="git status | more"
alias gitci="git commit"