Add custom bash prompt

This commit is contained in:
2021-10-20 14:44:44 +03:00
parent c3cc15c6b2
commit 7bece0cbd7

View File

@@ -46,6 +46,10 @@ source /usr/share/doc/pkgfile/command-not-found.bash
shopt -s autocd shopt -s autocd
_GREEN="\[\033[32m\]"
_BLUE="\[\033[34m\]"
_RESET="\[\033[0m\]"
export PS1="${_GREEN}\u@\h${_RESET}:${_BLUE}\W${_RESET} # "
# ____ ___ __ __ ____ _ _____ _____ ___ ___ _ _ # ____ ___ __ __ ____ _ _____ _____ ___ ___ _ _