From 511e46d4d8dab5b35fafaf47458bafda6ef97f45 Mon Sep 17 00:00:00 2001 From: bretello Date: Mon, 9 Mar 2020 17:54:16 +0100 Subject: [PATCH] aliases: add powerline_update --- aliases.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aliases.sh b/aliases.sh index fdf84b8..04d475f 100755 --- a/aliases.sh +++ b/aliases.sh @@ -77,6 +77,8 @@ else echo "Could not grc completion file (checked /etc/grc.zsh and /usr/local/etc/grc.zsh. Command colorization will not work. Check your grc configuration (is grc installed?)" 1>&2 fi +alias powerline_update="pip install --upgrade --user 'git+https://github.com/powerline/powerline.git@develop#powerline'" + # dotfiles user aliases if [[ -f ~/.dotfiles_aliases ]]; then