Files
dotfiles/config/fish/functions/f.fish
2019-01-07 14:36:01 -05:00

4 lines
53 B
Fish

function f -d "Match files only"
fasd -f $argv
end