Created
June 10, 2016 01:57
-
-
Save rfair404/d8968b27503b5e0aac4d98f2397cad9f to your computer and use it in GitHub Desktop.
This file contains 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
# 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