zsh: exclude some alias from alias tips extension

This commit is contained in:
Guilherme Rugai Freire 2021-09-18 17:39:09 -03:00
parent c5ea8e3c58
commit 1c80583519
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

2
.zshrc
View File

@ -28,6 +28,8 @@ zinit light zsh-users/zsh-completions
zinit light djui/alias-tips zinit light djui/alias-tips
### zinit plugins - end ### zinit plugins - end
export ZSH_PLUGINS_ALIAS_TIPS_EXCLUDES="_"
# Fzf keybinds # Fzf keybinds
# <CTRL+R> search history of shell commands # <CTRL+R> search history of shell commands
source /usr/share/fzf/key-bindings.zsh source /usr/share/fzf/key-bindings.zsh