Skip to content

Instantly share code, notes, and snippets.

@BASICjfisher
Last active December 25, 2015 21:19
Show Gist options
  • Save BASICjfisher/7041915 to your computer and use it in GitHub Desktop.
Save BASICjfisher/7041915 to your computer and use it in GitHub Desktop.
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
# This loads RVM into a shell session.
server() {
open "http://localhost:${1}" && python -m SimpleHTTPServer $1
}
goodMorning() {
osascript .GoodMorning.scpt
cat .goodmorningtext.txt
}
todo() {
touch ~/Desktop/"$(echo $@)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment