1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 14:29:25 +00:00

[zprezto] Add fzf-tab

This commit is contained in:
2022-04-09 18:14:39 +02:00
parent 555b911467
commit ac2a761fae
2 changed files with 17 additions and 1 deletions

2
.zshrc
View File

@ -101,6 +101,8 @@ kexec () {
[ -n "$cid" ] && kubectl exec -ti "$cid" -- "${cmd[@]}"
}
## fzf
export FZF_DEFAULT_COMMAND="fd --type f --follow -I"
export FZF_DEFAULT_OPTS="-m --reverse \
--color 'info:#00AAFF,prompt:#FFFFFF,pointer:#00AAFF,hl:#1AE51A,hl+:#1AE51A' \