Open code4happylife opened 3 years ago
Basically, the users needs to execute source $HOME/.bashrc or source $HOME/.zshrc after they have followed the
source $HOME/.bashrc
source $HOME/.zshrc
installation instruction:
NOTES Installation: Put something like this in your $HOME/.bashrc or $HOME/.zshrc: . /path/to/z.sh
So, to make the installation procedure more straightforward, I tried to add this notes to the README file.
I would just clarify the change will take effect on next opened terminal. What I 'd change on the Readme is the use of the more readable alternative to the dot, source.
source
Basically, the users needs to execute
source $HOME/.bashrc
orsource $HOME/.zshrc
after they have followed theinstallation instruction:
So, to make the installation procedure more straightforward, I tried to add this notes to the README file.