From f3837236e7689d28d56a06fa9a6dad9dec0b9f2e Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Fri, 26 Apr 2024 10:36:09 +0200 Subject: [PATCH] zsh: fix networkctl completion --- shared/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/zsh.nix b/shared/zsh.nix index 61b2d18..08e66c3 100644 --- a/shared/zsh.nix +++ b/shared/zsh.nix @@ -45,6 +45,8 @@ export MCFLY_RESULTS=30 export MCFLY_INTERFACE_VIEW=BOTTOM export MCFLY_PROMPT="❯" + # fix for networkctl + zstyle ':completion:*:complete:networkctl:*' list-grouped true source ${pkgs.agdsn-zsh-config}/etc/zsh/zshrc source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh unsetopt extendedglob