diff --git a/home/shrc b/home/shrc index 25e60ef..39e9e65 100644 --- a/home/shrc +++ b/home/shrc @@ -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 diff --git a/home/zshrc b/home/zshrc index d74236c..92a346e 100644 --- a/home/zshrc +++ b/home/zshrc @@ -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 {