From 64ec3d03a5aa59a5994c4e375ab72d410d12b6e5 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 17 Jun 2024 20:58:40 -0700 Subject: [PATCH] regenerate readme --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fd67b41..7d6b376 100644 --- a/README.md +++ b/README.md @@ -875,27 +875,31 @@ without consuming the prompt. use a fuzzy finder to select a recent directory in the directory stack and change to it without consuming the prompt. -### [OMFG (zshrc)](/home/zshrc#L205) +### [OMFG (zshrc)](/home/zshrc#L212) silence stdout. -### [STFU (zshrc)](/home/zshrc#L206) +### [STFU (zshrc)](/home/zshrc#L213) silence stderr. -### [WHOA (zshrc)](/home/zshrc#L207) +### [SWAP (zshrc)](/home/zshrc#L214) + +swap stdout and stderr. uses fd 3 as an intermediary. + +### [WHOA (zshrc)](/home/zshrc#L215) expand to several C/C++ flags to ease development. -### [WHEE (zshrc)](/home/zshrc#L208) +### [WHEE (zshrc)](/home/zshrc#L216) WHOA but for C++ (specifically g++) only. -### [WELP (zshrc)](/home/zshrc#L209) +### [WELP (zshrc)](/home/zshrc#L217) expand to C++ flags to enable a C++-as-C facade. -### [reload (zshrc)](/home/zshrc#L256) +### [reload (zshrc)](/home/zshrc#L264) reload zsh by wiping temp files, recompiling rc files, and replacing the current process with a new zsh process.