mirror of
https://github.com/jarun/nnn.git
synced 2025-01-24 17:56:41 +00:00
Make nlaunch independent
This commit is contained in:
parent
41c9c82d90
commit
bfe950d082
|
@ -16,5 +16,5 @@ get_selection() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if selection=$( get_selection ); then
|
if selection=$( get_selection ); then
|
||||||
"$selection" 2>/dev/null 1>/dev/null &
|
setsid "$selection" 2>/dev/null 1>/dev/null &
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue