function mkcd --description 'Create and cd into a directory' mkdir -p $argv[1] && cd $argv[1] end