home: add h
This commit is contained in:
parent
d920884e63
commit
6bea52d957
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue