Changed bashrc, it now has color

This commit is contained in:
Logan G 2021-05-28 00:15:06 -06:00
parent 62c82159a7
commit aeb6228036
Signed by untrusted user: logan
GPG key ID: E328528C921E7A7A

View file

@ -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