Skip to content

Instantly share code, notes, and snippets.

@RyanFleck
Created July 3, 2019 13:47
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 RyanFleck/ff1f329c4d5a25fc25e1267161f2ed68 to your computer and use it in GitHub Desktop.
Save RyanFleck/ff1f329c4d5a25fc25e1267161f2ed68 to your computer and use it in GitHub Desktop.
# Some useful OSX aliases for your .zshrc or .bash_aliases
alias np='Open /Applications/TextEdit.app' # Open the notepad for easier copy-pasting from terminal.
alias py='python3'
alias pyp='pip3'
alias pep8='autopep8 -i -a -a -a'
alias sp='python3 ~/RCF/sp.py'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment