UNDO!
This commit is contained in:
parent
88a0bd9908
commit
d1835deb3a
1 changed files with 5 additions and 1 deletions
6
zshrc
6
zshrc
|
|
@ -1,5 +1,9 @@
|
|||
# Powerline
|
||||
source $(find -L ~ -name "powerline.zsh" | head -n 1)
|
||||
# Mac
|
||||
[[ -s /usr/local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh ]] && . /usr/local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
|
||||
# Linux
|
||||
[[ -s /usr/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh ]] && . /usr/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
|
||||
|
||||
|
||||
bindkey -e
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue