diff --git a/bash/.bashrc b/bash/.bashrc new file mode 100644 index 0000000..69aeacf --- /dev/null +++ b/bash/.bashrc @@ -0,0 +1,8 @@ +export EDITOR=vim + +RED="\e[31m" +YELLOW="\e[33m" +GREEN="\e[32m" +RESET="\e[0m" + +export PS1="$RED\u$YELLOW@$GREEN\h$YELLOW > $RESET"