diff --git a/doc.zih.tu-dresden.de/docs/software/zsh.md b/doc.zih.tu-dresden.de/docs/software/zsh.md index ba42b9bf043061d5e7d2800882bde719dd3bb00c..886e6448afd28f8c5ea738c1a01478616181600a 100644 --- a/doc.zih.tu-dresden.de/docs/software/zsh.md +++ b/doc.zih.tu-dresden.de/docs/software/zsh.md @@ -223,7 +223,7 @@ function ftails { This is way faster to type: ```bash -alias sq="squeue -u $USER" +alias sq="squeue --me" ``` Now you only need to type `sq` instead of `squeue -u $USER`.