1 2 3 4 5
#!/bin/zsh [[ $# -gt 0 ]] || return zstyle -s :function:twitch ${1:l} stream || stream=${1:l} shift streamlink twitch.tv/$stream "$@"