about summary refs log tree commit diff stats
path: root/home-manager/config/zsh
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 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";