From 91c207d5bb34e3f7ffaa13b3a64ff8a5d1f15a30 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 21 Mar 2024 05:24:22 -0700 Subject: [PATCH] allow `0x0.st` as an alias for `oxo` --- home/shrc | 1 + home/zshrc | 2 ++ 2 files changed, 3 insertions(+) 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 {