dotfiles.nix/scripts/mkdcd.fish

5 lines
58 B
Fish
Raw Normal View History

2020-01-23 18:15:43 +00:00
function mkdcd -a target
mkdir $target
cd $target
end