From a8c397969623c0ff840fccf249763d72327f77a3 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Wed, 19 Jun 2024 09:35:40 +0200 Subject: [PATCH] Add the missing '--users-myself-only' option in bash completions (#1027) undefined --- completions/fastfetch.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/completions/fastfetch.bash b/completions/fastfetch.bash index 93405ec61..5edb9419f 100644 --- a/completions/fastfetch.bash +++ b/completions/fastfetch.bash @@ -347,6 +347,7 @@ __fastfetch_completion() "--users-key" "--users-format" "--users-key-color" + "--users-myself-only" "--bluetooth-key" "--bluetooth-format" "--bluetooth-key-color"