From 745a63aaeac082af325aabcd21b68fa9d1d89bcc Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 7 Apr 2026 05:10:34 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20terminal/.bashrc=5Flight?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- terminal/.bashrc_light | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 terminal/.bashrc_light diff --git a/terminal/.bashrc_light b/terminal/.bashrc_light new file mode 100644 index 0000000..29d0d48 --- /dev/null +++ b/terminal/.bashrc_light @@ -0,0 +1,9 @@ +# упрощенный Bashrc ( вывод юзера и хоста с баннером ) + +# пример [ root@arch1 ] + + +source ~/.bashrc_colors +source ~/.functions +PS1="$Cyan┌──$RstColor[ $Red\u$Cyan@$Green\h$RstColor ]\n$RstColor$Cyan├── $Green\w\n$Cyan└>$RstColor" +screenfetch \ No newline at end of file