Revert "replace PS1 by starship"

This reverts commit 0f84443d63.
master
lub 4 years ago
parent c26925e9e4
commit 71b9cdbc75

@ -28,7 +28,7 @@ function sqlsetup {
cp -a ~/git/sqlsetup/* ~/shares/sqlsetup/
}
PS1='$(starship prompt)'
PS1='`[ $? = 0 ] || echo "$? "`[\u@\h \w]\$ '
alias ls='ls --color=auto'
alias ip='ip --color=auto'

Loading…
Cancel
Save