Last active
May 18, 2016 21:09
-
-
Save SimonHoenscheid/b9528d087c2791ab7603 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EDITOR=vim | |
if [ -d /opt/puppetlabs/bin ]; then | |
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/puppetlabs/bin | |
fi | |
alias ll='ls -lah --color=auto' | |
alias grep='grep --color=auto' | |
alias rm='rm -r' | |
if [ -d /etc/bash_completion ]; then | |
. /etc/bash_completion | |
fi | |
PS1='\[\033[01;31m\]\u\[\033[01;34m\]@\[\033[01;32m\]\h\[\033[01;34m\]:[\W] \$\[\033[00m\] ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment