mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
Merge pull request #1982 from BeyondMagic/master
fix(quitcd.nu): specify signature in/out of command
This commit is contained in:
commit
c022a02493
|
@ -7,7 +7,7 @@
|
||||||
export def --env n [
|
export def --env n [
|
||||||
...args : string # Extra flags to launch nnn with.
|
...args : string # Extra flags to launch nnn with.
|
||||||
--selective = false # Change directory only when exiting via ^G.
|
--selective = false # Change directory only when exiting via ^G.
|
||||||
] -> nothing {
|
]: nothing -> nothing {
|
||||||
|
|
||||||
# The behaviour is set to cd on quit (nnn checks if $env.NNN_TMPFILE is set).
|
# The behaviour is set to cd on quit (nnn checks if $env.NNN_TMPFILE is set).
|
||||||
# Hard-coded to its respective behaviour in `nnn` source-code.
|
# Hard-coded to its respective behaviour in `nnn` source-code.
|
||||||
|
|
Loading…
Reference in a new issue