From 722416e43b3c1105be490e80afa1d93053b43612 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:40:23 -0500 Subject: [PATCH] Add env_parallel support to zsh --- executable_dot_zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/executable_dot_zshrc b/executable_dot_zshrc index 0fb64d3..ecfb666 100644 --- a/executable_dot_zshrc +++ b/executable_dot_zshrc @@ -106,5 +106,8 @@ source $HOME/.envvar alias zshconfig="$EDITOR ~/.zshrc" source $HOME/.aliases +# Import GNU parallel +source $(which env_parallel.zsh) + # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh