~/.bashrc

# PATH anlegen, analog zu .profile
export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin

#Farbiger Prompt
export PS1="\\[\\033[1;34m\\]\\u@\\h:\\[\\033[1;32m\\]\\w> \\[\\033[0m\\]"
export CLICOLOR=YES

#Standardeditor festlegen
export EDITOR=vim