diff options
author | Soispha <soispha@vhack.eu> | 2023-05-29 08:49:11 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-29 08:49:11 +0200 |
commit | 180f86cdd325aa2b67f9d5924ef93e7258f46944 (patch) | |
tree | a0c6f47a51548dbf53c3d530c26146a910d0a85d /home-manager/config/zsh | |
parent | Fix(hm/pkgs/scrs/ll): Don't use the tempdir provided by lib (diff) | |
download | nixos-config-180f86cdd325aa2b67f9d5924ef93e7258f46944.tar.gz nixos-config-180f86cdd325aa2b67f9d5924ef93e7258f46944.zip |
Fix(hm/conf/zsh): Also add a version for the shell library
Diffstat (limited to '')
-rw-r--r-- | home-manager/config/zsh/default.nix | 2 |
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"; |