1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 09:07:12 -07:00

add function keyword to shut up zsh

This commit is contained in:
Connor Olding 2021-07-04 14:13:18 +02:00
parent 6ead9babd3
commit d561fe4ffb

View File

@ -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 &
}