Merge pull request #536 from conr2d/readme-zsh

Update README.md (zsh example)
This commit is contained in:
Buck Ryan 2022-09-22 14:03:24 -04:00 committed by GitHub
commit 0c9ccee860
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
``` ```