From 0116f784f81e93f0e3e717c0ee1c90999e368d1a Mon Sep 17 00:00:00 2001 From: Albin Kauffmann Date: Wed, 5 Jul 2023 14:19:59 +0200 Subject: [PATCH] feat(scw): allow to set profile to "default" --- plugins/scw/scw.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scw/scw.plugin.zsh b/plugins/scw/scw.plugin.zsh index f50c16262..b5a2163f5 100644 --- a/plugins/scw/scw.plugin.zsh +++ b/plugins/scw/scw.plugin.zsh @@ -60,7 +60,7 @@ function ssp() { } function scw_profiles() { - scw autocomplete complete zsh 3 -- scw --profile 2> /dev/null + scw autocomplete complete zsh 5 -- scw config profile activate 2> /dev/null } function scw_config_path() {