Lawrence Velázquez
Lawrence Velázquez
This is in response to a user (@monacv) who had to ask the `#bash` Freenode IRC channel for help with your instructions.
This PR adds support for the following Bash internal variables (fixing at least #1780 and #2554): - [`BASH_ARGV0`](https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#index-BASH_005fARGV0) - [`BASH_COMPAT`](https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#index-BASH_005fCOMPAT) - [`BASH_LOADABLES_PATH`](https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#index-BASH_005fLOADABLES_005fPATH) - [`CHILD_MAX`](https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#index-CHILD_005fMAX) - [`EPOCHREALTIME`](https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#index-EPOCHREALTIME) - [`EPOCHSECONDS`](https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#index-EPOCHSECONDS) - [`EXECIGNORE`](https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#index-EXECIGNORE)...
So here's the situation. I have a folder at `~/Documents/MIT` that contains all my schoolwork. Under this folder I have one subfolder for every class that I take or help...