function mcd { mkdir "$@" && cd $_ } function rewind { # cheeky hack source rewind.sh "$HISTFILE" "$@" } function download { curl "$1" > "$2" }