From 9d610804bc984800f7569af30ecbe01a7f52c390 Mon Sep 17 00:00:00 2001 From: erjemin Date: Sun, 8 Dec 2024 17:50:17 +0300 Subject: [PATCH] =?UTF-8?q?...:=20=D0=BC=D0=B8=D0=BD=D0=BE=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- misc/deploying-django-site-to-dvs-hosting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/deploying-django-site-to-dvs-hosting.md b/misc/deploying-django-site-to-dvs-hosting.md index 12f0c5c..f55548c 100644 --- a/misc/deploying-django-site-to-dvs-hosting.md +++ b/misc/deploying-django-site-to-dvs-hosting.md @@ -141,7 +141,7 @@ nano ~/.bashrc ``` Находим там строку `#force_color_prompt=yes` раскомментируем её (и удаляем в ней #). И чтобы совсем отпад, находим блок: -``` +```bash if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' else @@ -150,7 +150,7 @@ fi ``` И меняем на блок -``` +```bash if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u\[\033[01;33m\]@\[\033[01;32m\]\h\[\033[00m\]:\[\033[00;34m\]\w\[\033[00m\]\$ ' else