configfiles/bash/.bashrc
2015-10-12 11:55:53 +02:00

9 lines
133 B
Bash

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"