# create directory and move into it
function mkcd() {
        mkdir $1 && cd $1
}