configfiles/bash/.bashrc

9 lines
133 B
Bash
Raw Normal View History

2015-10-12 11:52:57 +02:00
export EDITOR=vim
RED="\e[31m"
YELLOW="\e[33m"
GREEN="\e[32m"
RESET="\e[0m"
2015-10-12 11:55:53 +02:00
export PS1="$RED\u$YELLOW@$GREEN\h$YELLOW \w > $RESET"