Last active
August 29, 2015 14:07
-
-
Save peterkos/d59c4ad35aabdb3f3200 to your computer and use it in GitHub Desktop.
My ~/.bash_profile Aliases
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
#----------------------------------------------------------------------------------------------------- | |
#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