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/