bash: don't set PS0

This commit is contained in:
buffet 2023-09-15 08:33:20 +02:00
parent 1e8a439bbd
commit 72f1eec97e

View file

@ -8,7 +8,6 @@ bind '"\C-o": "\C-a\C-k fg; if [[ $? == 1 ]]; then nvim; fi\n"'
bind '"\e\C-m": "\C-e | nvim\C-m"'
PS0='\[\e[0m\]'
__prompt() {
local status="$?"