my bash aliases
# use the word “define” to look up words from
# sdcv, a CLI dictionary
alias define=”sdcv”
# use apt-fast instead of apt-get
alias apt-get=”apt-fast”
alias lsa=”ls -a”
# open telehack in one word
alias telehack=”telnet telehack.com”
# obvious
alias fucking=’sudo’
# music that matters
alias kexp=”mplayer http://140.142.8.220:8000 -quiet”
# local npr
alias kcur=”mplayer -playlist http://kcurlive.umkc.edu:8000/kcur893.m3u -quiet”
alias pandora=”pianobar”
# open ncmpc without having to remember those dumb letters
alias music=”ncmpc”

