Replace powerline by airline
This commit is contained in:
parent
a5e6e2e49b
commit
94c4f03c7d
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue