Files
dotfiles/fish/.config/fish/functions/sd.fish

4 lines
70 B
Fish

function sd -d "Interactively select directory"
fasd -isd $argv
end