From 3d51d02379386146bc0d0e22d867f9fb72db68f1 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 17 Oct 2021 15:04:16 -0700 Subject: [PATCH] zsh: remove useless aliases --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 1ca3f3f..56c0d4b 100644 --- a/.zshrc +++ b/.zshrc @@ -502,6 +502,9 @@ zstyle ':completion:*' use-cache on zstyle ':completion:*' cache-path $ZSH_CACHE_DIR WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain characters part of the word + + # just gonna sneak this in here, too + unalias zi zpl zini zplg which-command run-help } # <<< ## Keybindings >>>