From 05ac06090df870792c05835772c5e727d9cdf6bc Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sun, 17 Oct 2021 19:04:21 +0300 Subject: [PATCH] Revert "Customize the prompt" This reverts commit aee922f5c823bd5f4a30e78b911c3a30aa75ff5e. --- .bashrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.bashrc b/.bashrc index 2a070a5..3292427 100644 --- a/.bashrc +++ b/.bashrc @@ -46,13 +46,6 @@ source /usr/share/doc/pkgfile/command-not-found.bash shopt -s autocd -_GREEN=$(tput setaf 2) -_BLUE=$(tput setaf 4) -_RED=$(tput setaf 1) -_RESET=$(tput sgr0) -_BOLD=$(tput bold) -export PS1="${_GREEN}${_BOLD}\u@\h${_RESET}:${_BLUE}${_BOLD}\W${_RESET}# " - # ____ ___ __ __ ____ _ _____ _____ ___ ___ _ _