Actaully set nnn to show hidden files by default

This commit is contained in:
rotterdam 2023-03-08 18:58:51 -03:00
parent 3bfd3c0785
commit 9e6e45cd8c

View file

@ -50,7 +50,7 @@
tsh = "ssh -o RequestTTY=yes $argv tmux -u -CC new -A -s tmux-main";
};
shellInit = ''
set -g -x NNN_OPTS="H"
set -g -x NNN_OPTS H
set -g -x FONTCONFIG_FILE ${pkgs.fontconfig.out}/etc/fonts/fonts.conf
'';
plugins = [