From 180f86cdd325aa2b67f9d5924ef93e7258f46944 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 29 May 2023 08:49:11 +0200 Subject: Fix(hm/conf/zsh): Also add a version for the shell library --- home-manager/config/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-manager') diff --git a/home-manager/config/zsh/default.nix b/home-manager/config/zsh/default.nix index 090b9eb8..83d4b84f 100644 --- a/home-manager/config/zsh/default.nix +++ b/home-manager/config/zsh/default.nix @@ -70,7 +70,7 @@ + builtins.readFile ./config/zsh-prompt.sh + builtins.readFile ./config/custom_cursor.sh + builtins.readFile "${pkgs.fzf}/share/fzf/key-bindings.zsh" - + "source ${shell_library.rawLib.${system}}"; + + "SHELL_LIBRARY_VERSION="1.1.3" source ${shell_library.rawLib.${system}}"; shellAliases = { ll = ". ll"; hisea = "history 0 | grep"; -- cgit 1.4.1