Create a .bashrc page that provides guidelines and recommendations for modifying the user's .bashrc file and provide the original code used, in case a user needs to revert back to the original version.
Also, add in this snippet of code, which, if deleted, will prevent user's from loading the software module stack:
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
Note
Consider placing this in the FAQ section @b-reyes
Create a .bashrc page that provides guidelines and recommendations for modifying the user's .bashrc file and provide the original code used, in case a user needs to revert back to the original version.
Also, add in this snippet of code, which, if deleted, will prevent user's from loading the software module stack:
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
Note
Consider placing this in the FAQ section @b-reyes