My build of nnn with minor changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567
  1. # NOTE: set NNN_TMPFILE correctly if you use 'XDG_CONFIG_HOME'
  2. # The default behaviour is to cd on quit (nnn checks if NNN_TMPFILE is set)
  3. # To cd on quit only on ^G, export NNN_TMPFILE after the call to nnn
  4. set NNN_TMPFILE=~/.config/nnn/.lastd
  5. alias n 'nnn -fis; source "$NNN_TMPFILE"; rm -f "$NNN_TMPFILE"'