This file contains 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
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' |