Adds check for fzf
This commit is contained in:
parent
bc8e2e2f97
commit
3187c98e35
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ export FZF_CTRL_R_OPTS=""
|
|||
export FZF_CTRL_T_OPTS="$FZF_DEFAULT_OPTS --ansi --preview \"fzf-preview {}\""
|
||||
export FZF_ALT_C_OPTS="$FZF_DEFAULT_OPTS --ansi --preview \"fzf-preview {}\""
|
||||
|
||||
type -p fzf > /dev/null || return
|
||||
|
||||
# Ctrl t and alt c command are set below
|
||||
sourced="False"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue