From b7a22164f007501cd79c4ed8e241555a21c38bf6 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Sat, 7 Nov 2015 21:17:45 +0100 Subject: [PATCH] Added twitch livestreamer shortcut. --- zsh_functions | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh_functions b/zsh_functions index bab6e2a..5102e6d 100644 --- a/zsh_functions +++ b/zsh_functions @@ -1,3 +1,7 @@ +twitch() { + livestreamer "twitch.tv/$1" & +} + sysupgrade(){ old_kernel=$(pacman -Q linux-raspberrypi | awk '{print $2 }') sudo pacmatic -Syu