mirror of
https://github.com/notwa/rc
synced 2025-03-16 06:52:49 -07: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 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
|
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 &
|
twitch "$@" OMFG STFU &
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue