diff options
Diffstat (limited to 'hm')
-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 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"; |