Important typo.

This commit is contained in:
Bartek Stalewski 2021-05-04 14:26:56 +02:00
parent 35803a8073
commit 50aa02fab7

View File

@ -4,10 +4,10 @@ export FZF_CTRL_T_COMMAND='fd -H -L --ignore-file ~/.local/settings/fd'
export FZF_DEFAULT_OPTS="--multi -e --ansi --layout=reverse --preview='bat --color=always --tabs=2 --style=plain --theme=Monokai\ Extended\ Bright {}'"
export FZF_CTRL_R_OPTS="-e --ansi --layout=reverse --preview=''"
_fzf_compgen_path() {
fd -H -L --ignore-file ~/local/settings/fd . "$1"
fd -H -L --ignore-file ~/.local/settings/fd . "$1"
}
_fzf_compgen_dir() {
fd -H -L --ignore-file ~/local/settings/fd --type d . "$1"
fd -H -L --ignore-file ~/.local/settings/fd --type d . "$1"
}
# heavily inspired (and sometimes stolen from): https://github.com/wfxr/forgit.git