From 72f1eec97e93de3700c68252073f282e4ed1f072 Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 15 Sep 2023 08:33:20 +0200 Subject: [PATCH] bash: don't set PS0 --- dots/.bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.bashrc b/dots/.bashrc index 89f6c22..d875903 100644 --- a/dots/.bashrc +++ b/dots/.bashrc @@ -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="$?"