Skip to content

Instantly share code, notes, and snippets.

@rfair404
Created June 10, 2016 01:57
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 rfair404/d8968b27503b5e0aac4d98f2397cad9f to your computer and use it in GitHub Desktop.
Save rfair404/d8968b27503b5e0aac4d98f2397cad9f to your computer and use it in GitHub Desktop.
# Google Apps Suite Custom Aliases (for bash / zsh, etc)
alias 'gdoc=open https://docs.google.com/document/u/0/'
alias 'gsht=open https://docs.google.com/spreadsheets/u/0/'
alias 'gdrv=open https://drive.google.com/drive/u/0/my-drive'
alias 'gcal=open https://calendar.google.com/calendar/render?pli=1#main_7'
alias 'gml=open https://mail.google.com/mail/u/0/#inbox'
alias 'yt=open https://youtube.com/'
# bonus alias for new gist y'all
alias 'gist=open https://gist.github.com/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment