about summary refs log tree commit diff stats
path: root/hm/soispha/conf/zsh
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-13 14:41:13 +0100
committerSoispha <soispha@vhack.eu>2024-01-13 14:41:13 +0100
commitbf2895e7404e688ba3d4978270c0da91d440b378 (patch)
tree95e19271ba3268bbbfd2b8cf24f60cf3f9acdeb2 /hm/soispha/conf/zsh
parentbuild(flake): Update (diff)
downloadnixos-config-bf2895e7404e688ba3d4978270c0da91d440b378.zip
build(treewide): Update shell library
Diffstat (limited to 'hm/soispha/conf/zsh')
-rw-r--r--hm/soispha/conf/zsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/zsh/default.nix b/hm/soispha/conf/zsh/default.nix
index 8f36cf6c..6ecfda67 100644
--- a/hm/soispha/conf/zsh/default.nix
+++ b/hm/soispha/conf/zsh/default.nix
@@ -71,7 +71,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="2.0.9" source ${shell_library.rawLib.${system}}'';
+      + ''SHELL_LIBRARY_VERSION="2.0.10" source ${shell_library.rawLib.${system}}'';
 
     shellAliases = {
       ll = ". ll";