My personal library
mkdir -p $HOME/Workspace/aaroey
- copy & paste the content in
docker/root/.bashrc
to your~/.bashrc
For mac, to update to newest bash, do:
$ brew update && brew install bash
$ sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells'
$ chsh -s /usr/local/bin/bash
Then restart all the terminals.