From 1c80583519dc1445b3a47d5b5a6c1301d7392507 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Sat, 18 Sep 2021 17:39:09 -0300 Subject: [PATCH] zsh: exclude some alias from alias tips extension --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index e91a416..3d0fcbd 100644 --- a/.zshrc +++ b/.zshrc @@ -28,6 +28,8 @@ zinit light zsh-users/zsh-completions zinit light djui/alias-tips ### zinit plugins - end +export ZSH_PLUGINS_ALIAS_TIPS_EXCLUDES="_" + # Fzf keybinds # search history of shell commands source /usr/share/fzf/key-bindings.zsh