From b41a1ea80c158d28bccfc0031794565ec06485b1 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Mon, 12 Oct 2015 11:52:57 +0200 Subject: [PATCH] Added bash --- bash/.bashrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bash/.bashrc 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"