mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
zsh: add fzf-tab module
https://github.com/Aloxaf/fzf-tab/wiki/Configuration
This commit is contained in:
parent
0b3213632e
commit
c507973d50
|
@ -1,4 +1,5 @@
|
|||
# vim:ft=zsh
|
||||
Aloxaf/fzf-tab
|
||||
djui/alias-tips
|
||||
MichaelAquilina/zsh-autoswitch-virtualenv
|
||||
robbyrussell/oh-my-zsh
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue
Block a user