From 00ede29129b272c72337450a4c67f6c3f829e7e3 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Tue, 2 Dec 2025 21:45:18 -0600 Subject: [PATCH] =?UTF-8?q?Updated=20\[\e]0;\u@\h:=20\w\a\]\[\033[;32m\]?= =?UTF-8?q?=E2=94=8C=E2=94=80=E2=94=80(\[\033[1;34m\]\u\[\033[33m\]?= =?UTF-8?q?=E2=86=B3\[\033[35m\]\h\[\033[;32m\])-[\[\033[44;1;33m\]\w\[\03?= =?UTF-8?q?3[;32m\]]\n\[\033[31m\]=E2=87=9B\[\033[33m\]=E2=87=9B\[\033[93;?= =?UTF-8?q?25m\]=E2=87=9B\[\033[92m\]=E2=87=9B\[\033[32m\]=E2=87=9B\[\033[?= =?UTF-8?q?34m\]=E2=87=9B\[\033[36m\]=E2=87=9B=20\[\033[0m\]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 505d565..580f496 100644 --- a/.bashrc +++ b/.bashrc @@ -69,7 +69,7 @@ fi if [ "$color_prompt" = yes ]; then #PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' - PS1='\[\e]0;\u@\h: \w\a\]\[\033[;32m\]┌──${debian_chroot:+($debian_chroot)──}${VIRTUAL_ENV:+(\[\033[0;1m\]$(basename $VIRTUAL_ENV)\[\033[;32m\])}(\[\033[1;34m\]\u↳\h\[\033[;32m\])-[\[\033[0;1m\]\w\[\033[;32m\]]\n\[\033[;32m\]└─\[\033[1;34m\]\$\[\033[0m\]' + PS1='\[\e]0;\u@\h: \w\a\]\[\033[;32m\]┌──(\[\033[1;34m\]\u\[\033[33m\]↳\[\033[35m\]\h\[\033[;32m\])-[\[\033[44;1;33m\]\w\[\033[;32m\]]\n\[\033[31m\]⇛\[\033[33m\]⇛\[\033[93;25m\]⇛\[\033[92m\]⇛\[\033[32m\]⇛\[\033[34m\]⇛\[\033[36m\]⇛ \[\033[0m\]' else PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' fi