From f2eb0fd35861a69c6171e16f688d1234661a0bbd Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 20 Aug 2023 15:46:26 +0100 Subject: Green PS1 for Arch! --- bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 4699503..3046162 100644 --- a/bashrc +++ b/bashrc @@ -10,7 +10,8 @@ if [ -f /usr/share/bash-completion/completions/pass ]; then fi # export PS1='bash-\v-\u@\h \W\$ ' -export PS1='\[\033[38;5;208m\]\u@\h:\w\$\[\033[0m\] ' +# export PS1='\[\033[38;5;208m\]\u@\h:\w\$\[\033[0m\] ' +export PS1='\[\033[01;32m\]$\u@\h:\w\$\[\033[0m\] ' # vi mode #set -o vi -- cgit v1.2.3