__fasd_run.fish 180 B

1234
  1. function __fasd_run -e fish_preexec -d "fasd takes record of the directories changed into"
  2. command fasd --proc (command fasd --sanitize "$argv") > "/dev/null" 2>&1 &
  3. end