1
0
Files
dotfiles/pkgs/fish/functions/into.fish
T

5 lines
49 B
Fish

function into -a dir
mkdir -p $dir
cd $dir
end