create an alias in .bashrc file for the bash shell
Apr
05
1
0
Sometimes it's helpful to create an alias for common commands. You can insert them into your .bashrc file.
alias source_project='source ~/envs/project/bin/activate'