Skip to content

Instantly share code, notes, and snippets.

@SimonHoenscheid
Last active May 18, 2016 21:09
Show Gist options
  • Save SimonHoenscheid/b9528d087c2791ab7603 to your computer and use it in GitHub Desktop.
Save SimonHoenscheid/b9528d087c2791ab7603 to your computer and use it in GitHub Desktop.
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