diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-17 01:39:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-17 01:39:16 +0300 |
commit | 281c7a79be56624b33bcc6d50344a9172877f8a4 (patch) | |
tree | 4f83da56e6600aa80ee7476c5e7870afc8b6d044 | |
parent | fzf: fd --no-ignore-vcs (diff) | |
download | linux-home-281c7a79be56624b33bcc6d50344a9172877f8a4.tar.gz linux-home-281c7a79be56624b33bcc6d50344a9172877f8a4.zip |
nnn: don't show dotfiles by default
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 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' |