diff options
author | Matthew Lemon <y@yulqen.org> | 2023-08-20 15:46:26 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-08-20 15:46:26 +0100 |
commit | f2eb0fd35861a69c6171e16f688d1234661a0bbd (patch) | |
tree | a1cafb1fb7b59df3aba1a22d4ca0b980f9846b93 | |
parent | 48445d4cea70e9736b054879c5edee5d07857b81 (diff) |
Green PS1 for Arch!
Diffstat (limited to '')
-rw-r--r-- | bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |