Actaully set nnn to show hidden files by default
This commit is contained in:
parent
3bfd3c0785
commit
9e6e45cd8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue