From 976f4025dc0c68b67d7bc2b93ac27310693a1642 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 14 Mar 2022 15:30:24 +0100 Subject: zsh: use unstable grml due to COLORTERM truecolor support --- common/commandline/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/commandline/zsh.nix b/common/commandline/zsh.nix index 2fc8c87..ed2993a 100644 --- a/common/commandline/zsh.nix +++ b/common/commandline/zsh.nix @@ -11,8 +11,8 @@ in enable = true; interactiveShellInit = with lib; '' - source "${pkgs.grml-zsh-config}/etc/zsh/zshrc" - is4 && xsource "${pkgs.grml-zsh-config}/etc/zsh/keephack" + source "${pkgs.unstable.grml-zsh-config}/etc/zsh/zshrc" + is4 && xsource "${pkgs.unstable.grml-zsh-config}/etc/zsh/keephack" source "${pkgs.zsh-history-substring-search}/share/zsh-history-substring-search/zsh-history-substring-search.zsh" -- cgit v1.2.3