From 94c4f03c7d913b9e8b19922b1973953c1f3aba24 Mon Sep 17 00:00:00 2001 From: "Christophe Buffenoir (kirua)" Date: Wed, 16 Dec 2015 23:50:36 +0100 Subject: [PATCH] Replace powerline by airline --- common/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/.zshrc b/common/.zshrc index 1814518..ea6e5f2 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -93,7 +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 +#. ~/.local/lib/python3.?/site-packages/powerline/bindings/zsh/powerline.zsh +. ~/.shell_prompt.sh alias gitst="git status | more" alias gitci="git commit"