mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
allow 0x0.st
as an alias for oxo
This commit is contained in:
parent
927048ef33
commit
91c207d5bb
2 changed files with 3 additions and 0 deletions
|
@ -184,6 +184,7 @@ makepkgf() ### @- make the freakin' package!
|
||||||
rakef() ### @- make the freakin' gem!
|
rakef() ### @- make the freakin' gem!
|
||||||
{ rake && gem build *.gemspec && gem install *.gem "$@"; }
|
{ rake && gem build *.gemspec && gem install *.gem "$@"; }
|
||||||
|
|
||||||
|
alias 0x0.st="oxo"
|
||||||
alias rg="rg -M200"
|
alias rg="rg -M200"
|
||||||
|
|
||||||
# enable colors {{{2
|
# enable colors {{{2
|
||||||
|
|
|
@ -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 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.
|
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
|
alias sc="~/sh/sc" # only runs in bash (for now), so be explicit with path
|
||||||
|
|
||||||
function {
|
function {
|
||||||
|
|
Loading…
Add table
Reference in a new issue