zsh: remove useless aliases

This commit is contained in:
PowerUser64 2021-10-17 15:04:16 -07:00
parent cf7a24ab92
commit 3d51d02379

3
.zshrc
View file

@ -502,6 +502,9 @@
zstyle ':completion:*' use-cache on zstyle ':completion:*' use-cache on
zstyle ':completion:*' cache-path $ZSH_CACHE_DIR zstyle ':completion:*' cache-path $ZSH_CACHE_DIR
WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain characters part of the word 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 >>> ## Keybindings >>>