Created
July 3, 2019 13:47
-
-
Save RyanFleck/ff1f329c4d5a25fc25e1267161f2ed68 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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