1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-05 21:03:24 -07:00

allow 0x0.st as an alias for oxo

This commit is contained in:
Connor Olding 2024-03-21 05:24:22 -07:00
parent 927048ef33
commit 91c207d5bb
2 changed files with 3 additions and 0 deletions

View File

@ -184,6 +184,7 @@ makepkgf() ### @- make the freakin' package!
rakef() ### @- make the freakin' gem!
{ rake && gem build *.gemspec && gem install *.gem "$@"; }
alias 0x0.st="oxo"
alias rg="rg -M200"
# enable colors {{{2

View File

@ -208,6 +208,8 @@ alias -g WHOA='${whoa[@]}' ### @ WHOA - expand to several C/C++ flags to ease de
alias -g WHEE='${whee[@]}' ### @ WHEE - WHOA but for C++ (specifically g++) only.
alias -g WELP='${welp[@]}' ### @ WELP - expand to C++ flags to enable a C++-as-C facade.
unalias 0x0.st
0x0.st() oxo "$@" # zsh hates the alias i set in .shrc, so use this instead
alias sc="~/sh/sc" # only runs in bash (for now), so be explicit with path
function {