From a204d32a6dc9d5bf3c5c86d537095a020e11248e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz>
Date: Tue, 19 Sep 2023 12:03:41 +0200
Subject: [PATCH] Update environment-and-modules.md II

---
 docs.it4i/environment-and-modules.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/environment-and-modules.md b/docs.it4i/environment-and-modules.md
index 4e2437f11..c467bd70c 100644
--- a/docs.it4i/environment-and-modules.md
+++ b/docs.it4i/environment-and-modules.md
@@ -24,7 +24,7 @@ After logging in, you may want to configure the environment. Write your preferre
 export MODULEPATH=${MODULEPATH}:/home/$USER/.local/easybuild/modules/all
 
 # User specific aliases and functions
-alias qs='qstat -a'
+alias sq='squeue --me'
 
 # load default intel compilator !!! is not recommended !!!
 ml intel
-- 
GitLab