diff --git a/README.md b/README.md index 2fcc7e1bd7f4c3a642216c4babd81b246b5e16bf..4fd073afc829c38d3017d3c2c1f71b786358add1 100644 --- a/README.md +++ b/README.md @@ -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.