diff --git a/.bashrc b/.bashrc index 3292427..2a070a5 100644 --- a/.bashrc +++ b/.bashrc @@ -46,6 +46,13 @@ 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}# " + # ____ ___ __ __ ____ _ _____ _____ ___ ___ _ _