Remove obsolete options

This commit is contained in:
Arun Prakash Jana 2020-11-27 18:29:04 +05:30
parent 5966927008
commit b54fc95c43
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -11,4 +11,4 @@ set NNN_TMPFILE=~/.config/nnn/.lastd
# stty lwrap undef # stty lwrap undef
# stty lnext 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"'