From 4be2fb4e53dfd1493dc0e4603f2dbf005bea9a09 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Thu, 6 May 2021 12:13:43 -0400 Subject: remove zsh --- dot_zsh/functions/twitch | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 dot_zsh/functions/twitch (limited to 'dot_zsh/functions') 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 "$@" -- cgit v1.2.3