We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1f3ee commit 0f5fa7cCopy full SHA for 0f5fa7c
init.fish
@@ -7,7 +7,7 @@ function init --on-event init_fasd
7
8
# Hook into fish preexec event
9
function __fasd_run -e fish_preexec
10
- command fasd --proc (command fasd --sanitize "$argv") > "/dev/null" 2>&1
+ command fasd --proc (command fasd --sanitize "$argv") > "/dev/null" 2>&1 &
11
end
12
13
function a; command fasd -a $argv; end
0 commit comments