From 72857ec29143b1e76f49287df5ca612261e6bdb3 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 12 Oct 2021 17:22:28 -0500 Subject: [PATCH] Update executable_dot_zshrc --- executable_dot_zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/executable_dot_zshrc b/executable_dot_zshrc index b081566..843da68 100644 --- a/executable_dot_zshrc +++ b/executable_dot_zshrc @@ -107,7 +107,9 @@ alias zshconfig="$EDITOR ~/.zshrc" source $HOME/.aliases # Import GNU parallel -source $(which env_parallel.zsh) +if [ $(command -v env_parallel.zsh) ]; then + source $(which env_parallel.zsh) +fi # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh