commit b73f39e1f2215ba8cab9ad00ba1910c83449f2d1 from: Omar Polo date: Wed Mar 02 09:47:01 2022 UTC some aliases for mblaze commit - 468b1dd465a51affda2f8f0fc78db94e71302ddf commit + b73f39e1f2215ba8cab9ad00ba1910c83449f2d1 blob - b4ebb61d55d59cb34d167e73c0899c069f1ae06b blob + eda35541faeba7965f8deb802fc5886ef6fdcb9e --- kshrc.lp +++ kshrc.lp @@ -178,6 +178,14 @@ Some aliases I use when working with the OpenBSD port alias build="MAKE_JOBS=5 time make 2>&1 | tee build" alias pclean='make clean="package plist"' +And even more aliases: + + alias mopnew="mdirs ~/Maildir/op | grep -v emacs | mlist -st | mthread -r | mseq -S" + + for c in com rep fwd bnc; do + alias o$c="m$c -from 'Omar Polo '" + done + find(1) is an invaluable tool and I use it all the time. walk is an attempt to build a wrapper around some common usages of find that is a little bit less verbose to use. The name is stolen from 9front, but the