Answers for "bash profile alias"

1

bash profile 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
Posted by: Guest on October-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language