From b846e05dcfc1bd15c8f637a00c2fef49d4fca03f Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 17 Feb 2018 20:50:03 +0100 Subject: [PATCH] Use pip3 instead of pip to fetch package information for powerline. --- home/dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."