1
0
Files
dotfiles/.config/fish/functions/into.fish
2024-12-14 00:15:47 +01:00

3 lines
52 B
Fish

function into
mkdir -p "$argv" && cd "$argv"
end