-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
enhancementNew feature or request, lower priorityNew feature or request, lower priority
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or request, lower priorityNew feature or request, lower priority