From 81582b2194dc98542c364a3a0d1526e13263b155 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 17 Sep 2025 10:26:29 -0400 Subject: [PATCH] feat: Adds 'z' alias for zoxide --- zsh/config/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/config/.zshrc b/zsh/config/.zshrc index db49d7b..9d84aff 100755 --- a/zsh/config/.zshrc +++ b/zsh/config/.zshrc @@ -207,6 +207,7 @@ alias nvim-lazy='NVIM_APPNAME=lazy nvim' # set neovim to use lazy c alias wget="wget --hsts-file=$XDG_DATA_HOME/wget-hsts" # set wget history location. # GPG Yubikey restart relearn when switching keys and stubbed. alias yubikeyrestart='gpg-connect-agent killagent /bye && gpg-connect-agent "scd serialno" "learn --force" /bye && gpg --card-status' +alias z='zoxide' # NOTE: This needs to stay near the bottom, or it doesn't work properly. # Use fzf in history / search contexts.