about summary refs log tree commit diff stats
path: root/home-manager/config/zsh
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-29 15:38:03 +0200
committerSoispha <soispha@vhack.eu>2023-05-29 16:00:49 +0200
commit39229a19463310de345315791661d2dec8f3bdf0 (patch)
tree05405fd3fda2e29dcf7826b6fdd4442f719f55ea /home-manager/config/zsh
parentchore(version): v1.7.0 (diff)
downloadnixos-config-39229a19463310de345315791661d2dec8f3bdf0.tar.gz
nixos-config-39229a19463310de345315791661d2dec8f3bdf0.zip
Fix(treewide): Update the shell library version
Diffstat (limited to 'home-manager/config/zsh')
-rw-r--r--home-manager/config/zsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/zsh/default.nix b/home-manager/config/zsh/default.nix
index b52eb330..bfd01bb5 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"
-      + "SHELL_LIBRARY_VERSION=\"1.1.3\" source ${shell_library.rawLib.${system}}";
+      + "SHELL_LIBRARY_VERSION=\"1.1.4\" source ${shell_library.rawLib.${system}}";
     shellAliases = {
       ll = ". ll";
       hisea = "history 0 | grep";