1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-20 02:43:23 -07:00

add silent twitch shorthand

This commit is contained in:
Connor Olding 2017-08-05 03:41:49 +00:00
parent e3b4eb63ea
commit 4b39f3ed91

View File

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