mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31: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
|
# vim:ft=zsh
|
||||||
|
Aloxaf/fzf-tab
|
||||||
djui/alias-tips
|
djui/alias-tips
|
||||||
MichaelAquilina/zsh-autoswitch-virtualenv
|
MichaelAquilina/zsh-autoswitch-virtualenv
|
||||||
robbyrussell/oh-my-zsh
|
robbyrussell/oh-my-zsh
|
||||||
|
|
|
@ -43,6 +43,10 @@ setopt INC_APPEND_HISTORY
|
||||||
# Execute commands without verifying after prompt substitution (!!, !$, etc)
|
# Execute commands without verifying after prompt substitution (!!, !$, etc)
|
||||||
setopt NO_HIST_VERIFY
|
setopt NO_HIST_VERIFY
|
||||||
|
|
||||||
|
# Silence completion beeps
|
||||||
|
unsetopt LIST_BEEP
|
||||||
|
|
||||||
|
|
||||||
## Misc environment variables
|
## Misc environment variables
|
||||||
|
|
||||||
# https://www.xkcd.com/378/
|
# https://www.xkcd.com/378/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user