From 8a2024e35a55f45a12c058af85115b14df957277 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 9 Jul 2026 18:28:43 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D1=86=D0=B2=D0=B5=D1=82=D0=B0=20PS1:=20=D1=81=D0=B5?= =?UTF-8?q?=D1=80=D0=B0=D1=8F=20=D0=B4=D0=B0=D1=82=D0=B0/=D0=B2=D1=80?= =?UTF-8?q?=D0=B5=D0=BC=D1=8F,=20=D0=B6=D1=91=D0=BB=D1=82=D1=8B=D0=B5=20?= =?UTF-8?q?=D1=81=D0=BA=D0=BE=D0=B1=D0=BA=D0=B8,=20=D0=BA=D1=80=D0=B0?= =?UTF-8?q?=D1=81=D0=BD=D1=8B=D0=B9=20root,=20=D0=B6=D0=B8=D1=80=D0=BD?= =?UTF-8?q?=D1=8B=D0=B9=20=D1=81=D0=B8=D0=BD=D0=B8=D0=B9=20=D0=BF=D1=83?= =?UTF-8?q?=D1=82=D1=8C,=20=D0=B6=D0=B8=D1=80=D0=BD=D1=8B=D0=B9=20=D0=B7?= =?UTF-8?q?=D0=B5=D0=BB=D1=91=D0=BD=D1=8B=D0=B9=20$:?= 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 87be4a1..1c3c30f 100644 --- a/.bashrc +++ b/.bashrc @@ -17,7 +17,7 @@ if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then fi # ---- theme ---- -PS1='\[\033[38;5;47m\][\A $(date +%d.%m.%Y)]\n[\[\033[38;5;$(if [ $EUID -eq 0 ]; then echo 199; else echo 69; fi)m\]\u\[\033[38;5;47m\]@\h \w:\$] \[\033[0m\]' +PS1='\[\033[0;90m\][\A $(date +%d.%m.%Y)]\n\[\033[0;33m\][\[\033[0m\]\[\033[38;5;$(if [ $EUID -eq 0 ]; then echo 196; else echo 69; fi)m\]\u\[\033[0m\]@\h \[\033[1;34m\]\w\[\033[0m\]\[\033[0;33m\]]\[\033[0m\]\[\033[1;32m\]\$:\[\033[0m\] ' # --------------- if [ -x /usr/bin/dircolors ]; then