Use pip3 instead of pip to fetch package information for powerline.

master
Icedream 2018-02-17 20:50:03 +01:00
parent 2db976107a
commit b846e05dcf
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ if [ $ZSH_POWERLINE -gt 0 ]; then
log "$(powerline-daemon 2>&1)" log "$(powerline-daemon 2>&1)"
log "Finding powerline..." log "Finding powerline..."
POWERLINE_DIR="$(pip show powerline-status --isolated | grep '^Location:' | awk '{print $2}')" POWERLINE_DIR="$(pip3 show powerline-status --isolated | grep '^Location:' | awk '{print $2}')"
log "Powerline repository root: $POWERLINE_DIR" log "Powerline repository root: $POWERLINE_DIR"
log "Disabling current prompt theme..." log "Disabling current prompt theme..."