alias to file terminal code example
Example: mac terminal alias
#In .bash_profile on MAC, not sure if this works for linux
#Terminal Command Aliases
alias e=exit
alias c=clear
alias r=reset
#Software Aliases
alias jn=jupyter-notebook
alias python=python3.7