From 697e2c1079651c6c674fad97c48a23bc3daff4e2 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 12 Sep 2024 06:03:54 -0700 Subject: [PATCH] plugins: remove z alias --- .config/shell/plugins | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/shell/plugins b/.config/shell/plugins index c4c6641..da0fd55 100644 --- a/.config/shell/plugins +++ b/.config/shell/plugins @@ -12,6 +12,4 @@ if command -v zoxide > /dev/null 2>&1 || ${SKIP_ZOXIDE:-false}; then # assume posix eval "$(zoxide init posix --hook prompt)" fi - # make an alias (feels wrong to do it here, but feels worse to split it into ./aliases) - alias z=zoxide fi