Update README.md

This commit is contained in:
Jeeyong Um 2022-07-28 20:17:28 +09:00
parent 4b681d8318
commit 7adadf1e04

View file

@ -135,7 +135,7 @@ function install_powerline_precmd() {
precmd_functions+=(powerline_precmd)
}
if [ "$TERM" != "linux" ]; then
if [ "$TERM" != "linux" -a -x "$(command -v powerline-shell)" ]; then
install_powerline_precmd
fi
```