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