Show full path in Bash prompt

This commit is contained in:
2021-11-30 13:19:35 +03:00
parent 6047b3e4e6
commit 86fe0a9099

View File

@@ -40,7 +40,7 @@ _GREEN="\[\033[32m\]"
_BLUE="\[\033[34m\]"
_BOLD="\[\033[1m\]"
_RESET="\[\033[0m\]"
export PS1="${_BLUE}${_BOLD}\W${_RESET} > "
export PS1="${_BLUE}${_BOLD}\w${_RESET} > "
# Vim everywhere
set -o vi