diff --git a/.config/bash/module/ps1.sh b/.config/bash/module/ps1.sh index 5431daf..52e1098 100644 --- a/.config/bash/module/ps1.sh +++ b/.config/bash/module/ps1.sh @@ -41,6 +41,7 @@ __prompt_command() PS1+="\u@\h " PS1+="\[${color_blue}\]" PS1+="\w" + # PS1+="\${PWD}" # set error red if $is_error; then