From e032c89fbf7b0ac15a30bfab1d33036d311cf40d Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Wed, 1 Dec 2021 14:41:24 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- doc.zih.tu-dresden.de/docs/software/zsh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/zsh.md b/doc.zih.tu-dresden.de/docs/software/zsh.md index ba42b9bf0..886e6448a 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`. -- GitLab