__fasd_run.fish 220 B

123456
  1. function __fasd_run -e fish_preexec -d "fasd takes record of the directories changed into"
  2. if test $argv[1] != "exit"
  3. command fasd --proc (command fasd --sanitize "$argv") > "/dev/null" 2>&1 &
  4. end
  5. end