Added workdir

This commit is contained in:
madmaurice 2015-10-12 11:55:53 +02:00
parent b41a1ea80c
commit 9ea135f352

View file

@ -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"