some local changes for scripts that fixed some things
This commit is contained in:
parent
b51978af5c
commit
08908faceb
3 changed files with 5 additions and 4 deletions
3
powerline-shell-init
Normal file → Executable file
3
powerline-shell-init
Normal file → Executable 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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue