Skip to content

Instantly share code, notes, and snippets.

@peterkos
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterkos/d59c4ad35aabdb3f3200 to your computer and use it in GitHub Desktop.
Save peterkos/d59c4ad35aabdb3f3200 to your computer and use it in GitHub Desktop.
My ~/.bash_profile Aliases
#-----------------------------------------------------------------------------------------------------
#Aliases becuause typing out directories sucks
#-----------------------------------------------------------------------------------------------------
alias speedtest='wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip'
alias renew='sudo ipconfig set en0 BOOTP && sudo ipconfig set en0 DHCP'
alias websvr='python -m SimpleHTTPServer 8000'
alias sbg='/System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background &'
alias qsbg='killall ScreenSaverEngine'
alias eclimd='cd /Applications/Eclipse && . eclimd'
alias sub='sublime'
alias la='ls -1 | column -c 50'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment