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:
parent
787726720d
commit
16dd1e6d42
1 changed files with 2 additions and 1 deletions
3
.bashrc
3
.bashrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue