Skip to content

Instantly share code, notes, and snippets.

@dlsso
dlsso / bash
Last active July 15, 2016 23:15
Bash Profile
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
test -f ~/.git-completion.bash && . $_
alias ..='cd ..'
alias ...='cd ../..'
alias ip="ipconfig getifaddr en0"
alias exip="curl http://ipecho.net/plain; echo"
alias gp='git push'