Added bash

This commit is contained in:
madmaurice 2015-10-12 11:52:57 +02:00
parent 4527779620
commit b41a1ea80c

8
bash/.bashrc Normal file
View file

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