diff --git a/doc.zih.tu-dresden.de/docs/software/zsh.md b/doc.zih.tu-dresden.de/docs/software/zsh.md
index 886e6448afd28f8c5ea738c1a01478616181600a..1c831ae19bff0f4b28705c7d5cb3923be26a747d 100644
--- a/doc.zih.tu-dresden.de/docs/software/zsh.md
+++ b/doc.zih.tu-dresden.de/docs/software/zsh.md
@@ -195,7 +195,7 @@ If there are multiple jobs running, it will show you a list of them and let you
 function ftails {
     JOBID=$1
     if [[ -z $JOBID ]]; then
-        JOBS=$(squeue --format="%i \\'%j\\' " -u $USER | grep -v JOBID)
+        JOBS=$(squeue --format="%i \\'%j\\' " --me | grep -v JOBID)
         NUMBER_OF_JOBS=$(echo "$JOBS" | wc -l)
 
         JOBID=