From 4a91b6c9d3ed2282f78f3a6aebded92f9b59e660 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 12 Dec 2023 16:52:49 +0100 Subject: chore(treewide): Update shell library version number --- hm/soispha/conf/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/zsh/default.nix') diff --git a/hm/soispha/conf/zsh/default.nix b/hm/soispha/conf/zsh/default.nix index 373a7844..831f07c6 100644 --- a/hm/soispha/conf/zsh/default.nix +++ b/hm/soispha/conf/zsh/default.nix @@ -72,7 +72,7 @@ + builtins.readFile ./config/command_not_found_insult.zsh + builtins.readFile ./config/custom_cursor.sh + builtins.readFile "${pkgs.fzf}/share/fzf/key-bindings.zsh" - + ''SHELL_LIBRARY_VERSION="1.7.1" source ${shell_library.rawLib.${system}}''; + + ''SHELL_LIBRARY_VERSION="1.8.0" source ${shell_library.rawLib.${system}}''; shellAliases = { ll = ". ll"; -- cgit 1.4.1