since we often start 'home' after 'server' default to that path
This commit is contained in:
parent
d7b1e1abb7
commit
773ea1efa7
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
function powerline_precmd() {
|
||||
PS1="$(~/bin/powerline-shell/powerline-shell.py $? --colorize-hostname --cwd-max-depth 3 --cwd-max-dir-size 6 --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)"
|
||||
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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue