diff --git a/bash/.bashrc b/bash/.bashrc index 4c6a5e2..c8a4f4f 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,8 +1,3 @@ export EDITOR=vim -RED="\e[31m" -YELLOW="\e[33m" -GREEN="\e[32m" -RESET="\e[0m" - -export PS1="$RED\u$YELLOW@$GREEN\h$YELLOW \w > $RESET" +export PS1="\u \w >"