From eaadfc763c529262e271257ec357d7a63712e61c Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Fri, 29 Nov 2019 22:46:12 -0500 Subject: [PATCH] bad idea fix for the kitty --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index f4e1558..31e9404 100755 --- a/.bashrc +++ b/.bashrc @@ -140,3 +140,5 @@ ltcpst() { curl -F"text=<-" https://lickthecheese.tilde.site/p.php ; } fupic() { curl -F"file=@$1" https://lickthecheese.fuckup.club/u.php ; } fupst() { curl -F"text=<-" https://lickthecheese.fuckup.club/p.php ; } +export PS1="\[$(tput bold)\]\[$(tput setaf 34)\][\[$(tput setaf 28)\]\u\[$(tput setaf 40)\]@\[$(tput setaf 28)\]\h \[$(tput setaf 40)\]\W\[$(tput setaf 34)\]]\[$(tput setaf 28)\]\\$ \[$(tput sgr0)\]" +