diff --git a/dots/.bashrc b/dots/.bashrc index 3bb32b6..de44520 100644 --- a/dots/.bashrc +++ b/dots/.bashrc @@ -15,13 +15,13 @@ __prompt() { IFS=';' read -rs -dR -p $'\e[6n' row col >/dev/tty if [[ $col != 1 ]]; then - printf '%s' $'\e[7m%\n\e[0m' + printf '%s' $'\e[0;7m%\n\e[0m' fi PS1='\[\e[0;1m\][' case $status in - 0) PS1+='\[\e[36m\]' ;; + 0) PS1+='\[\e[32m\]' ;; *) PS1+='\[\e[31m\]' ;; esac