From 773ea1efa709507cb1dd301c1620e4ff32b9643d Mon Sep 17 00:00:00 2001 From: Andrew Holland Date: Fri, 15 Sep 2017 22:10:21 +0300 Subject: [PATCH] since we often start 'home' after 'server' default to that path --- powerline-shell-init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/powerline-shell-init b/powerline-shell-init index 1214740..997d96f 100755 --- a/powerline-shell-init +++ b/powerline-shell-init @@ -1,5 +1,6 @@ function powerline_precmd() { - PS1="$(~/bin/powerline-shell/powerline-shell.py $? --colorize-hostname --cwd-max-depth 3 --cwd-max-dir-size 6 --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)" + PS1="$(~/sturf/banga-powerline/powerline-shell.py $? --colorize-hostname --cwd-max-depth 3 --cwd-max-dir-size 6 --shell zsh 2> /dev/null)" } function install_powerline_precmd() {