powerline zsh script now looked for
This commit is contained in:
parent
c7b8251054
commit
88a0bd9908
2 changed files with 1 additions and 4 deletions
0
xinitrc.nixos
Normal file → Executable file
0
xinitrc.nixos
Normal file → Executable file
5
zshrc
5
zshrc
|
|
@ -1,8 +1,5 @@
|
|||
# Powerline
|
||||
# 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
|
||||
source $(find -L ~ -name "powerline.zsh" | head -n 1)
|
||||
|
||||
bindkey -e
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue