Update README.md - Fix zsh instructions

This commit is contained in:
Daniel Olshansky 2020-02-05 12:44:35 -08:00 committed by GitHub
parent a9b8c9bb39
commit 43ecca8f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,9 +135,7 @@ function install_powerline_precmd() {
precmd_functions+=(powerline_precmd)
}
if [ "$TERM" != "linux" ]; then
install_powerline_precmd
fi
install_powerline_precmd
```
### Fish