From 1c4a2f7527795d953fc037200341206437614f28 Mon Sep 17 00:00:00 2001 From: HELLO I REQUIRE CHANGING Date: Fri, 28 Apr 2017 12:11:42 +0300 Subject: [PATCH] init powerline with some useful additional options --- powerline_init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerline_init b/powerline_init index 652b23c..09ee798 100644 --- a/powerline_init +++ b/powerline_init @@ -1,5 +1,5 @@ function powerline_precmd() { - PS1="$(~/sturf/banga-powerline/powerline-shell.py $? --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() {