diff options
author | Matthew Lemon <y@yulqen.org> | 2023-06-02 15:16:16 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-06-02 15:16:16 +0100 |
commit | c05871bb77602a8f1f8a71b52b0f46f108c2c16d (patch) | |
tree | 05e03ac54c64564067fbc423171cb3ff967bd809 | |
parent | d2785b309b96cb45a8cf9920d9e7eeca1cf7077e (diff) |
brought back colour prompt
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ 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\] ' # vi mode #set -o vi |