zsh: remove useless aliases
This commit is contained in:
parent
cf7a24ab92
commit
3d51d02379
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -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 >>>
|
||||||
|
|
Loading…
Add table
Reference in a new issue