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