From a9e7ca79f75a5a3ef25cfe510bb9a612fa459644 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 26 Mar 2022 11:22:59 -0700 Subject: [PATCH] changed color of bash prompt --- bashrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 55bdf448..921d54b5 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -169,7 +169,7 @@ ex () HISTTIMEFORMAT="%d/%m/%y %T " # Displays current git branch if there is any and also styles bash prompt -export PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\033[01;37m\] $(git branch 2>/dev/null | grep '^*' | colrm 1 2)\n\033[01;32m└─▶ \033[37m' +export PS1='\[\033[01;36m\][\u@\h\[\033[01;37m\] \W\[\033[01;36m\]]\$\033[01;37m\] $(git branch 2>/dev/null | grep '^*' | colrm 1 2)\n\033[01;36m└─▶ \033[37m' # Custom Bash Commands alias dmesg="doas dmesg"