feat: omz -> direct, z -> zoxide, rg and fzf bindings

This commit is contained in:
2026-02-12 10:35:02 +00:00
parent 41c8b97786
commit 2486afd158
6 changed files with 120 additions and 47 deletions

View File

@@ -1,6 +1,7 @@
alias bench='ZSH_BENCH=1 exec zsh'
alias dots='cd $DOTFILES'
alias j='z'
alias ji='zi'
alias reload='source ~/.zshrc'
alias reload-path='rm -f "${XDG_CACHE_HOME:-$HOME/.cache}/dots/path" && exec zsh'
alias reload-cache='rm -rf "${XDG_CACHE_HOME:-$HOME/.cache}/dots" ~/.zcompdump* && exec zsh'