From b27732df8ca0394009810845bdb7619c96872dba Mon Sep 17 00:00:00 2001 From: "Christophe Buffenoir (kirua)" Date: Wed, 16 Dec 2015 23:59:16 +0100 Subject: [PATCH] Redo powerline on zsh --- common/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/.zshrc b/common/.zshrc index ea6e5f2..70b7bd2 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -93,8 +93,8 @@ function cd() { # Customize to your needs... export PATH=$PATH:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:~/.local/bin -#. ~/.local/lib/python3.?/site-packages/powerline/bindings/zsh/powerline.zsh -. ~/.shell_prompt.sh +. ~/.local/lib/python3.?/site-packages/powerline/bindings/zsh/powerline.zsh +#. ~/.shell_prompt.sh alias gitst="git status | more" alias gitci="git commit"