From c507973d501e4d3983a930fec89cfa91004f7bf4 Mon Sep 17 00:00:00 2001 From: bretello Date: Mon, 27 Dec 2021 12:55:06 +0100 Subject: [PATCH] zsh: add fzf-tab module https://github.com/Aloxaf/fzf-tab/wiki/Configuration --- antibody_plugins.txt | 1 + brethil_dotfile.sh | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/antibody_plugins.txt b/antibody_plugins.txt index 5da88b6..5fc3c56 100644 --- a/antibody_plugins.txt +++ b/antibody_plugins.txt @@ -1,4 +1,5 @@ # vim:ft=zsh +Aloxaf/fzf-tab djui/alias-tips MichaelAquilina/zsh-autoswitch-virtualenv robbyrussell/oh-my-zsh diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index e20eadb..c65fa61 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -43,6 +43,10 @@ setopt INC_APPEND_HISTORY # Execute commands without verifying after prompt substitution (!!, !$, etc) setopt NO_HIST_VERIFY +# Silence completion beeps +unsetopt LIST_BEEP + + ## Misc environment variables # https://www.xkcd.com/378/