some local changes for scripts that fixed some things

This commit is contained in:
Andrew Holland 2017-05-10 17:51:30 +03:00
parent b51978af5c
commit 08908faceb
3 changed files with 5 additions and 4 deletions

3
powerline-shell-init Normal file → Executable file
View file

@ -1,5 +1,6 @@
function powerline_precmd() {
PS1="$(/home/truck/sturf/banga-powerline/powerline-shell.py $? --shell zsh 2> /dev/null)"
# 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)"
}
function install_powerline_precmd() {