From e9662005f3373238617d2d1e93775609bed2f0f9 Mon Sep 17 00:00:00 2001 From: home Date: Sat, 25 Nov 2023 21:24:34 +0300 Subject: [PATCH] ps1 : add an option for full workdit path. --- .config/bash/module/ps1.sh | 1 + 1 file changed, 1 insertion(+) 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