-
-
Save sxlderek/4ca0e68dddd2621db933719721be7906 to your computer and use it in GitHub Desktop.
Mac OSX Bash Profile
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
| export PATH="~/bin:/usr/local/bin/":$PATH | |
| export EDITOR=/usr/bin/vim | |
| export BLOCKSIZE=1k | |
| export CLICOLOR=1 | |
| export LSCOLORS=ExFxBxDxCxegedabagacad | |
| alias ll='ls -FGlAhpk' # Preferred 'ls' implementation | |
| alias whatismyip='curl ip.appspot.com && ' # myip: Public facing IP Address | |
| alias flushdns='dscacheutil -flushcache' # flushDNS: Flush out the DNS Cache | |
| alias whatismyip='curl http://checkip.amazonaws.com' # myip: Public facing IP Address | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment