diff options
author | Soispha <soispha@vhack.eu> | 2024-01-13 22:11:51 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-13 22:11:51 +0100 |
commit | 7678a8a01b35bb585e2e619920b2d93ecf16e3e0 (patch) | |
tree | 3374489148a2c33a626ccc17d6f15045a8e3b2c8 /hm/soispha/conf/zsh | |
parent | build(treewide): Update shell library (diff) | |
download | nixos-config-7678a8a01b35bb585e2e619920b2d93ecf16e3e0.zip |
build(treewide): Update shell library
Diffstat (limited to 'hm/soispha/conf/zsh')
-rw-r--r-- | hm/soispha/conf/zsh/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/zsh/default.nix b/hm/soispha/conf/zsh/default.nix index c0176333..715c0f87 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.12" source ${shell_library.rawLib.${system}}''; + + ''SHELL_LIBRARY_VERSION="2.0.13" source ${shell_library.rawLib.${system}}''; shellAliases = { ll = ". ll"; |