Customize the prompt

This commit is contained in:
2021-10-17 18:52:11 +03:00
parent c64316db12
commit aee922f5c8

View File

@@ -46,6 +46,13 @@ source /usr/share/doc/pkgfile/command-not-found.bash
shopt -s autocd 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}# "
# ____ ___ __ __ ____ _ _____ _____ ___ ___ _ _ # ____ ___ __ __ ____ _ _____ _____ ___ ___ _ _