diff options
| author | 2021-05-06 12:13:43 -0400 | |
|---|---|---|
| committer | 2021-05-06 12:13:43 -0400 | |
| commit | 4be2fb4e53dfd1493dc0e4603f2dbf005bea9a09 (patch) | |
| tree | fd655147927f0f5d5a75a7dce813abddbc1ae10f /dot_zsh/functions | |
| parent | update tmux conf (diff) | |
remove zsh
Diffstat (limited to '')
| -rw-r--r-- | dot_zsh/functions/twitch | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dot_zsh/functions/twitch b/dot_zsh/functions/twitch deleted file mode 100644 index 8b852f4..0000000 --- a/dot_zsh/functions/twitch +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/zsh -[[ $# -gt 0 ]] || return -(( $+commands[streamlink] )) || return -zstyle -s :function:twitch ${1:l} stream || stream=${1:l} -shift -streamlink twitch.tv/$stream "$@" |
