Skip to content

Instantly share code, notes, and snippets.

export TERM=xterm-color
export GREP_OPTIONS='--color=auto' GREP_COLOR='1;32'
export CLICOLOR=1
alias ls='ls -G' # OS-X SPECIFIC - the -G command in OS-X is for colors, in Linux it's no groups
alias ..='cd ..'
alias ...='cd .. ; cd ..'