home: add h

This commit is contained in:
Tim Schubert 2024-02-10 18:29:24 +01:00
parent d920884e63
commit 6bea52d957
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ in
source ${pkgs.zsh-git-prompt}/share/zsh-git-prompt/zshrc.sh source ${pkgs.zsh-git-prompt}/share/zsh-git-prompt/zshrc.sh
source ${pkgs.fzf}/share/fzf/key-bindings.zsh source ${pkgs.fzf}/share/fzf/key-bindings.zsh
source ${pkgs.fzf}/share/fzf/completion.zsh source ${pkgs.fzf}/share/fzf/completion.zsh
eval "$(${pkgs.h}/bin/h --setup ~/src)"
bindkey -e '^n' autosuggest-accept bindkey -e '^n' autosuggest-accept

View file

@ -43,6 +43,7 @@ with pkgs; [
graphviz graphviz
grim grim
gron # make json grepable gron # make json grepable
h # Manage git repos
hexyl # hex viewer hexyl # hex viewer
htop htop
http-prompt http-prompt