Browse Source

Remove obsolete options

master
Arun Prakash Jana 4 years ago
parent
commit
b54fc95c43
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      misc/quitcd/quitcd.csh

+ 1
- 1
misc/quitcd/quitcd.csh View File

@@ -11,4 +11,4 @@ set NNN_TMPFILE=~/.config/nnn/.lastd
# stty lwrap undef
# stty lnext undef

alias n 'nnn -fis; source "$NNN_TMPFILE"; rm -f "$NNN_TMPFILE"'
alias n 'nnn; source "$NNN_TMPFILE"; rm -f "$NNN_TMPFILE"'

Loading…
Cancel
Save