mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
zsh: fix networkctl completion
This commit is contained in:
parent
2cef422c64
commit
f3837236e7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue