forked from logan/dotfiles
Changed bashrc, it now has color
This commit is contained in:
parent
62c82159a7
commit
aeb6228036
1 changed files with 2 additions and 1 deletions
3
.bashrc
3
.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
|
||||
|
|
Loading…
Reference in a new issue