You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/terminal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ export PATH=$xdgbase/bin:$PATH
81
81
82
82
The `~/.bashrc` in your home directory is executed __every time__ you log in, and there is no way to log in without executing it.
83
83
84
-
It is strongly recommended that customisation in `~/.bashrc` should be kept to the bare minimum:
84
+
It is strongly recommended that customization in `~/.bashrc` should be kept to the bare minimum:
85
85
86
86
1. It sets a fixed set of environment options every time you log in, and all downstream scripts and Slurm batch jobs might assume that these commands have run, so that later modifications to `~/.bashrc` can break workflows in ways that are difficult to debug.
87
87
* If a script or batch job requires environment modifications, implement them there.
0 commit comments