diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index 187822c..5e054b7 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -34,6 +34,7 @@ in source ${pkgs.zsh-git-prompt}/share/zsh-git-prompt/zshrc.sh source ${pkgs.fzf}/share/fzf/key-bindings.zsh source ${pkgs.fzf}/share/fzf/completion.zsh + eval "$(${pkgs.h}/bin/h --setup ~/src)" bindkey -e '^n' autosuggest-accept diff --git a/home/pkgs.nix b/home/pkgs.nix index 9d5c158..24fc9ea 100644 --- a/home/pkgs.nix +++ b/home/pkgs.nix @@ -43,6 +43,7 @@ with pkgs; [ graphviz grim gron # make json grepable + h # Manage git repos hexyl # hex viewer htop http-prompt