Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added instructions for setting up the **bash** shell
Discovered that the **default** install of the bash shell on Windows did not work with this script. Adding the lines indicated in the change comment lines to the ~/.bashrc file instructs **bash** to save every command to the ~/.bash_history file when they are executed, the default behavior is to save the instructions to the history file only on exit of the shell.
- Loading branch information