diff --git a/bash/.bashrc b/bash/.bashrc index 69aeacf..4c6a5e2 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -5,4 +5,4 @@ YELLOW="\e[33m" GREEN="\e[32m" RESET="\e[0m" -export PS1="$RED\u$YELLOW@$GREEN\h$YELLOW > $RESET" +export PS1="$RED\u$YELLOW@$GREEN\h$YELLOW \w > $RESET"