aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.profile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-12-17 01:37:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-12-17 01:37:50 +0300
commitab6c54197e834b5467e2eb7c2d368bc00b9839bf (patch)
treee47572d82383f695c49faea2ba85d10f2a734d0f /%HOME%/.profile
parentadd nnn configuration (diff)
downloadlinux-home-ab6c54197e834b5467e2eb7c2d368bc00b9839bf.tar.gz
linux-home-ab6c54197e834b5467e2eb7c2d368bc00b9839bf.zip
fzf: fd --no-ignore-vcs
Diffstat (limited to '%HOME%/.profile')
-rw-r--r--%HOME%/.profile2
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.