From d561fe4ffb4217f2271663bb47be039434a690ca Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 4 Jul 2021 14:13:18 +0200 Subject: [PATCH] add function keyword to shut up zsh --- home/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zshrc b/home/zshrc index 1d4620f..5138535 100644 --- a/home/zshrc +++ b/home/zshrc @@ -155,7 +155,7 @@ wipe() { 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() { +function tw() { # needs the "function" keyword or else zsh complains twitch "$@" OMFG STFU & }