1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00

superficial tweaks, and also remove tw since twitch is broken

This commit is contained in:
Connor Olding 2024-02-24 08:20:02 -08:00
parent 7a1daf4fef
commit 1b0ac32463

View File

@ -184,7 +184,7 @@ bindkey '^[[1;8D' dummy # ctrl+alt+shift+arrow
zle -N edit-command-line # new widget of the same function name
bindkey '^Xe' edit-command-line # ctrl+x -> e
# these drive letters are to counteract my overzealous zsh completions.
# these drive letters were once to counteract my overzealous zsh completions.
hash -d c="/c"
hash -d d="/d"
[ -d /media/chibi ] && hash -d e="/media/chibi" || hash -d e="/e"
@ -209,12 +209,6 @@ alias -g WELP='${welp[@]}' ### @ WELP - expand to C++ flags to enable a C++-as-C
alias sc="~/sh/sc" # only runs in bash (for now), so be explicit with path
# needs the "function" keyword or else zsh complains:
function tw() { ### @-
### invoke `twitch` as a job with both stdout and stderr silenced.
twitch "$@" OMFG STFU &
}
function {
# initialize prompts.
@ -302,4 +296,4 @@ function {
#compdef wat=which
#. ~/.prezto-compinit
[ ! -e ~/.lol ] || . ~/.lol
! [ -e ~/.lol ] || . ~/.lol