mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
Remove obsolete options
This commit is contained in:
parent
5966927008
commit
b54fc95c43
|
@ -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"'
|
||||||
|
|
Loading…
Reference in a new issue