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"