From 97c95eca887dc90ca5eaa16a18b1264b30f7efd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Wed, 10 May 2023 22:01:54 +0200 Subject: [PATCH] Meta/ShellCompletions: Mention $SERENITY_ARCH in target completions --- Meta/ShellCompletions/zsh/_serenity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/ShellCompletions/zsh/_serenity b/Meta/ShellCompletions/zsh/_serenity index b18c2bc692..ea34d84238 100644 --- a/Meta/ShellCompletions/zsh/_serenity +++ b/Meta/ShellCompletions/zsh/_serenity @@ -30,7 +30,7 @@ _serenity() { local targets targets=( - 'x86_64:Target x86_64 (default)' + 'x86_64:Target x86_64 or $SERENITY_ARCH (default)' 'aarch64:Target aarch64' 'lagom:Target host machine' )