From f8c6ff10e000b60cfab47510b98acd7c6d68d606 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 2 May 2022 09:48:10 +0200 Subject: [PATCH] Remove any-nix-shell since it's not required anymore --- modules/base/zsh/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/base/zsh/default.nix b/modules/base/zsh/default.nix index ed199a4e..10ddfcf4 100644 --- a/modules/base/zsh/default.nix +++ b/modules/base/zsh/default.nix @@ -12,9 +12,6 @@ let expireDuplicatesFirst = true; path = "${config.chvp.cachePrefix}${home}/.local/share/zsh/history"; }; - initExtra = '' - ${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin - ''; oh-my-zsh = { enable = true; plugins = [