dotfiles/dotconfig/fish/functions/mkcd.fish
2024-05-28 20:42:24 +02:00

3 lines
51 B
Fish

function mkcd
mkdir -p $argv[1] && cd $argv[1]
end