aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-08-20 15:46:26 +0100
committerMatthew Lemon <y@yulqen.org>2023-08-20 15:46:26 +0100
commitf2eb0fd35861a69c6171e16f688d1234661a0bbd (patch)
treea1cafb1fb7b59df3aba1a22d4ca0b980f9846b93
parent48445d4cea70e9736b054879c5edee5d07857b81 (diff)
Green PS1 for Arch!
Diffstat (limited to '')
-rw-r--r--bashrc3
1 files changed, 2 insertions, 1 deletions
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