Skip to content
Snippets Groups Projects
Commit 91ba3078 authored by Sören Wacker's avatar Sören Wacker
Browse files

Update README.md

parent 1ed12968
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment