My build of nnn with minor changes
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

8 行
303 B

  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; source "$NNN_TMPFILE"; rm "$NNN_TMPFILE"'