# create directory and move into it function mkcd mkdir $argv[1] && cd $argv[1] end