From 3c14538ef7e5129e9833b1d7aee4f922ba50921a Mon Sep 17 00:00:00 2001 From: Andrew Holland Date: Wed, 10 May 2017 17:53:07 +0300 Subject: [PATCH] and the powerline setup cleanup --- powerline-shell-init | 1 - 1 file changed, 1 deletion(-) diff --git a/powerline-shell-init b/powerline-shell-init index 36558ae..1214740 100755 --- a/powerline-shell-init +++ b/powerline-shell-init @@ -1,5 +1,4 @@ function powerline_precmd() { -# PS1="$(~/powerline-shell.py $? --shell zsh 2> /dev/null)" PS1="$(~/bin/powerline-shell/powerline-shell.py $? --colorize-hostname --cwd-max-depth 3 --cwd-max-dir-size 6 --shell zsh 2> /dev/null)" }