zsh conf updates

- Add lazygit alias `lg`
- Configure fzf reverse search
This commit is contained in:
Johannes Knopp
2026-04-01 15:02:32 +02:00
parent e645ea1641
commit 98235a8c18
3 changed files with 4 additions and 0 deletions

View File

@ -52,3 +52,4 @@ alias drun='docker run -it --network=host --device=/dev/kfd --device=/dev/dri --
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
bindkey '^H' backward-kill-word
bindkey '^R' fzf-history-widget

View File

@ -18,3 +18,5 @@ rm() {
print "⚠️ To use real rm, use /bin/rm"
trash-put "$@"
}
alias lg='lazygit'

View File

@ -1,2 +1,3 @@
# source /usr/share/autojump/autojump.zsh
eval $(zoxide init zsh)
source <(fzf --zsh)