Remove bashrc PS1 color until I can find a not ugly color scheme

Signed-off-by: logan2611 <logan2611@gmail.com>
This commit is contained in:
Logan G 2020-05-27 00:08:39 -06:00
parent 787726720d
commit 16dd1e6d42

View file

@ -22,5 +22,6 @@ alias dolphin='/usr/bin/dolphin'
complete -cf sudo
PS1="[\\u@\\h: \\w]$ "
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