From 9ea135f352972dd9deda359d6d9b9779fbcae69e Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Mon, 12 Oct 2015 11:55:53 +0200 Subject: [PATCH] Added workdir --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"