Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
REIT Shell Configuration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
REIT
REIT Shell Configuration
Commits
91ba3078
Commit
91ba3078
authored
Mar 20, 2024
by
Sören Wacker
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
1ed12968
Loading
Loading
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-0
6 additions, 0 deletions
README.md
with
6 additions
and
0 deletions
README.md
+
6
−
0
View file @
91ba3078
...
...
@@ -23,6 +23,7 @@ This configuration enhances the shell environment with various aliases, commands
### Aliases
-
`reit`
: Displays a friendly greeting from the Research Engineering and Infrastructure Team.
-
`reit-update`
: Updates the configuration with the latest version.
-
`ll`
: Lists all files in the current directory with detailed information, including hidden files.
-
`la`
: Lists all files in the current directory, including hidden files.
-
`ls`
: Lists files in the current directory with color-coded output.
...
...
@@ -32,6 +33,11 @@ This configuration enhances the shell environment with various aliases, commands
-
`...`
: Navigates two directories up.
-
`....`
: Navigates three directories up.
#### SLURM aliases
-
`interactive`
: Starts an interactive bash job.
-
`st`
: Simplifies job tracking by formatting the
`sacct`
command output with
`JobID`
,
`JobName`
,
`State`
,
`Elapsed`
,
`Timelimit`
,
`AllocNodes`
,
`Priority`
,
`Start`
, and
`NodeList`
information.
-
`sq`
: Shortcut for monitoring jobs of the current user
`squeue -u $USER`
.
#### Conda aliases
-
`ca`
: Activates a conda environment.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment