mc() { mkdir "$1" && cd "$1"; } mpvpin() { mpv --input-ipc-server=/tmp/mpv-socket$(date +%s) --quiet --title "PIN" "$1" >/dev/null 2>&1 & }