owo powerline font cool

This commit is contained in:
lickthecheese 2020-06-12 18:54:46 -04:00
parent c9e2be320d
commit 6cf2844aa5
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ fi
if [ "$color_prompt" = yes ]; then
#export PS1='$(tput setaf 34)[ $(tput bold; tput setaf 28)ltc$(tput setaf 40)@$(tput setaf 28)arch$(tput sgr0; tput setaf 34) ] $(tput setaf 46)[ $(tput bold; tput setaf 40)\w$(tput sgr0; tput setaf 46) ]$(DIRY="\w"; printf "%$(($COLUMNS - 9 - 3 - 5 - ${#DIRY} - 12))s")$(tput bold; tput setaf 34)[ \t ]\n$ $(tput sgr0)'
PS1="\$([ \$? -eq 0 ] || printf `tput bold; tput setaf 0; tput setab 9`'!\e[m ' )$(tput bold; tput setaf 0; tput setab 14) \u \e[m $(tput setaf 0; tput setab 4) \w \e[m "
PS1="\[\$([ \$? -eq 0 ] || tput setab 9)$(tput setaf 14)\] \[$(tput bold; tput setaf 0; tput setab 14)\] \u \[\e[m$(tput setaf 14; tput setab 4)\]\[$(tput setaf 0; tput setab 4)\] \w \[\e[m$(tput setaf 4)\]\[\e[m\] "
else
PS1='${debian_chroot:+($debian_chroot)}[ \u@\h \w\]$ '
fi