and the powerline setup cleanup

This commit is contained in:
Andrew Holland 2017-05-10 17:53:07 +03:00
parent d9a9927cb7
commit 3c14538ef7

View file

@ -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)"
}