From 21c0fae7ca335a2f6c0fa935f9a459915eef37fc Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 16 Sep 2023 14:18:07 +0200 Subject: fix(treewide): Update shell library --- hm/soispha/conf/zsh/default.nix | 3 ++- 1 file changed, 2 insertions(+), 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 6d33dda6..dfe5d06c 100644 --- a/hm/soispha/conf/zsh/default.nix +++ b/hm/soispha/conf/zsh/default.nix @@ -71,7 +71,8 @@ + builtins.readFile ./config/zsh-prompt.sh + builtins.readFile ./config/custom_cursor.sh + builtins.readFile "${pkgs.fzf}/share/fzf/key-bindings.zsh" - + ''SHELL_LIBRARY_VERSION="1.3.1" source ${shell_library.rawLib.${system}}''; + + ''SHELL_LIBRARY_VERSION="1.4.2" source ${shell_library.rawLib.${system}}''; + shellAliases = { ll = ". ll"; hisea = "history 0 | grep"; -- cgit 1.4.1