From aeb62280360d9b3dbedaa9d6500d578fbafa8837 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Fri, 28 May 2021 00:15:06 -0600 Subject: [PATCH] Changed bashrc, it now has color --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 9018f2b..d11302c 100644 --- a/.bashrc +++ b/.bashrc @@ -42,6 +42,7 @@ complete -cf sw eval "$(thefuck --alias)" -PS1="[\\u@\\h: \\w]\$ " +export PS1="\[\033[38;5;208m\]\u\[$(tput sgr0)\]@\h:\[$(tput sgr0)\]\[\033[38;5;32m\][\w]\[$(tput sgr0)\]\\$ \[$(tput sgr0)\]" +#PS1="[\\u@\\h: \\w]\$ " #PS1="\033[33m[\\u@\\h: \033[33m\\w\033[33m]\033[0m\$ " [ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh