mirror of
https://github.com/b-ryan/powerline-shell.git
synced 2026-09-10 07:26:28 -04:00
Merge pull request #536 from conr2d/readme-zsh
Update README.md (zsh example)
This commit is contained in:
commit
0c9ccee860
|
|
@ -135,7 +135,7 @@ function install_powerline_precmd() {
|
||||||
precmd_functions+=(powerline_precmd)
|
precmd_functions+=(powerline_precmd)
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "$TERM" != "linux" ]; then
|
if [ "$TERM" != "linux" -a -x "$(command -v powerline-shell)" ]; then
|
||||||
install_powerline_precmd
|
install_powerline_precmd
|
||||||
fi
|
fi
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue