Alpha Chen 2 years ago
parent 464e292e08
commit 188bbe60e8
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -172,4 +172,7 @@ then
compinit compinit
fi fi
# allow for pasting commands from the interwebs with a preceding $ prompt
function \$() { "$@" }
[[ -s "$HOME/.zshrc.local" ]] && . "$HOME/.zshrc.local" [[ -s "$HOME/.zshrc.local" ]] && . "$HOME/.zshrc.local"

Loading…
Cancel
Save