Bash Config

bash_alias

  1. Add export BASH_ALIASES=<this repo absolute path> in the file ~/.bashrc before the line where ~/.bash_aliases is sourced
  2. At the root of the repository run ln -s $PWD/.bash_aliases ~/.bash_aliases
  3. Run bash