diff --git a/home/dotfiles/zshrc b/home/dotfiles/zshrc index f8bc073..3f2e26a 100644 --- a/home/dotfiles/zshrc +++ b/home/dotfiles/zshrc @@ -53,7 +53,7 @@ if [ $ZSH_POWERLINE -gt 0 ]; then log "$(powerline-daemon 2>&1)" 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 "Disabling current prompt theme..."