Files
dotfiles/config/fish/conf.d/__fasd_run.fish
2018-12-24 10:53:15 -05:00

7 lines
220 B
Fish

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