diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-17 01:37:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-17 01:37:50 +0300 |
commit | ab6c54197e834b5467e2eb7c2d368bc00b9839bf (patch) | |
tree | e47572d82383f695c49faea2ba85d10f2a734d0f /%HOME%/.profile | |
parent | add nnn configuration (diff) | |
download | linux-home-ab6c54197e834b5467e2eb7c2d368bc00b9839bf.tar.gz linux-home-ab6c54197e834b5467e2eb7c2d368bc00b9839bf.zip |
fzf: fd --no-ignore-vcs
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.profile b/%HOME%/.profile index acef9ed..5e6c4bc 100644 --- a/%HOME%/.profile +++ b/%HOME%/.profile @@ -110,7 +110,7 @@ path_export "$HOME/.cargo/bin" export FZF_DEFAULT_COMMAND='find -L . -\( -fstype dev -o -fstype proc -\) -prune -o -print 2> /dev/null' command -v fd > /dev/null 2>&1 \ - && export FZF_DEFAULT_COMMAND='fd --follow --show-errors --hidden 2> /dev/null' + && export FZF_DEFAULT_COMMAND='fd --follow --show-errors --hidden --no-ignore-vcs 2> /dev/null' # nnn # -e Open text files in $EDITOR. |