mirror of
https://github.com/notwa/rc
synced 2025-02-05 15:43:22 -08:00
add silent twitch shorthand
This commit is contained in:
parent
e3b4eb63ea
commit
4b39f3ed91
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue