mirror of
https://github.com/notwa/rc
synced 2024-11-05 04:39:03 -08:00
add function keyword to shut up zsh
This commit is contained in:
parent
6ead9babd3
commit
d561fe4ffb
1 changed files with 1 additions and 1 deletions
|
@ -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 &
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue