replace ykrun with runbg for background command execution
... to solve the nvm-sh environment issue.(mostly vscode) NOTE: may also import other envvars, tbc.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
option=$(fuzzel --dmenu --prompt-only="Command to execute: ")
|
||||
[ -z "$option" ] || ykrun $option
|
||||
[ -z "$option" ] || runbg -- $option
|
||||
|
||||
Reference in New Issue
Block a user