init powerline with some useful additional options

This commit is contained in:
HELLO I REQUIRE CHANGING 2017-04-28 12:11:42 +03:00
parent 8b874e6e3e
commit 1c4a2f7527

View file

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