From e35b762ce30f67e4ef9e46738579ba56153623b0 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sun, 9 Oct 2022 15:18:21 -0700 Subject: [PATCH] mu --- runcoms/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runcoms/zshrc b/runcoms/zshrc index 85d2515..626acc2 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -172,4 +172,7 @@ then compinit fi +# allow for pasting commands from the interwebs with a preceding $ prompt +function \$() { "$@" } + [[ -s "$HOME/.zshrc.local" ]] && . "$HOME/.zshrc.local"