From 4b39f3ed9167be74c292c1b71f7b594116488efb Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 5 Aug 2017 03:41:49 +0000 Subject: [PATCH] add silent twitch shorthand --- home/zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/zshrc b/home/zshrc index 2a2734d..8e6ceda 100644 --- a/home/zshrc +++ b/home/zshrc @@ -143,6 +143,10 @@ unset x alias sc="~/sh/sc" # only runs in bash (for now), so be explicit with path alias pl="print -l" # not in -shrc because this only makes sense with zsh +tw() { + twitch "$@" OMFG STFU & +} + if [[ "$TERM" = xterm* ]]; then precmd() { print -Pn "\e]2;%M: %~\a" } fi