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() {