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

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