My build of nnn with minor changes
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

quitcd.csh 303 B

5 yıl önce
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; source "$NNN_TMPFILE"; rm "$NNN_TMPFILE"'