about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-09-05 18:09:21 +0200
committerSoispha <soispha@vhack.eu>2023-09-05 18:09:21 +0200
commit441249a78504b050ca5c266f3ba30da29528e001 (patch)
tree74f7ce07fbf85445129fddf7503f63719de3644b /hm
parentFix(hm/conf/gpg/keys/key_4): Add missing comments (diff)
downloadnixos-config-441249a78504b050ca5c266f3ba30da29528e001.tar.gz
nixos-config-441249a78504b050ca5c266f3ba30da29528e001.zip
Fix(hm/conf/zsh): Ensure that the sourced shell library also gets updated
Diffstat (limited to 'hm')
-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 11011977..6d33dda6 100644
--- a/hm/soispha/conf/zsh/default.nix
+++ b/hm/soispha/conf/zsh/default.nix
@@ -71,7 +71,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.4\" source ${shell_library.rawLib.${system}}";
+      + ''SHELL_LIBRARY_VERSION="1.3.1" source ${shell_library.rawLib.${system}}'';
     shellAliases = {
       ll = ". ll";
       hisea = "history 0 | grep";