aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.profile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-12-17 01:39:16 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-12-17 01:39:16 +0300
commit281c7a79be56624b33bcc6d50344a9172877f8a4 (patch)
tree4f83da56e6600aa80ee7476c5e7870afc8b6d044 /%HOME%/.profile
parentfzf: fd --no-ignore-vcs (diff)
downloadlinux-home-281c7a79be56624b33bcc6d50344a9172877f8a4.tar.gz
linux-home-281c7a79be56624b33bcc6d50344a9172877f8a4.zip
nnn: don't show dotfiles by default
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 5e6c4bc..475b446 100644
--- a/%HOME%/.profile
+++ b/%HOME%/.profile
@@ -116,5 +116,5 @@ command -v fd > /dev/null 2>&1 \
# -e Open text files in $EDITOR.
# -H Show hidden files.
# -o Only open on Enter, not on l.
-export NNN_OPTS=eHo
+export NNN_OPTS=eo
export NNN_PLUG='f:myfzcd'