bash profile alias

C++
#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
Source

Also in C++: