Skip to content

Commit 0f5fa7c

Browse files
committed
Run fasd in background
1 parent ac1f3ee commit 0f5fa7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function init --on-event init_fasd
77

88
# Hook into fish preexec event
99
function __fasd_run -e fish_preexec
10-
command fasd --proc (command fasd --sanitize "$argv") > "/dev/null" 2>&1
10+
command fasd --proc (command fasd --sanitize "$argv") > "/dev/null" 2>&1 &
1111
end
1212

1313
function a; command fasd -a $argv; end

0 commit comments

Comments
 (0)