Skip to content

Create a .bashrc page #404

@SchneiderCode

Description

@SchneiderCode

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 priority

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions