From b6e981117960a65a0b9f2f0f381fe8e22c6d4c82 Mon Sep 17 00:00:00 2001 From: Jens Nolte <git@queezle.net> Date: Sun, 8 Aug 2021 18:22:11 +0200 Subject: [PATCH] Remove nixUnstable completions (they are provided by the package now) --- layers/zsh.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/layers/zsh.nix b/layers/zsh.nix index 6b40d6d..70fef95 100644 --- a/layers/zsh.nix +++ b/layers/zsh.nix @@ -107,8 +107,6 @@ in alias icat="kitty +kitten icat" fi - source ${config.nix.package.src}/misc/zsh/completion.zsh - if (( $+commands[direnv] )) then eval "$(direnv hook zsh)" -- GitLab