From 6cf2844aa5150e4ec3c183b97ea8b7e86b5930c2 Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Fri, 12 Jun 2020 18:54:46 -0400 Subject: [PATCH] owo powerline font cool --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 95ace07..13b6251 100755 --- a/.bashrc +++ b/.bashrc @@ -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