From 1a1a4cf05ec4192acbc6c0a2714d6cc9a4832f16 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 12 Oct 2021 17:23:04 -0500 Subject: [PATCH] Update executable_dot_bashrc.tmpl --- executable_dot_bashrc.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/executable_dot_bashrc.tmpl b/executable_dot_bashrc.tmpl index bc44116..8b74bbc 100644 --- a/executable_dot_bashrc.tmpl +++ b/executable_dot_bashrc.tmpl @@ -49,7 +49,9 @@ fi source $HOME/.envvar -source $(which env_parallel.bash) +if [ $(command -v env_parallel.bash) ]; then + source $(which env_parallel.bash) +fi # Make the prompt pretty, just in case we're stuck in bash land export PS1="[\[\e[32m\]\u\[\e[m\]@\[\e[33m\]\h\[\e[m\] \[\e[34m\]\W\[\e[m\]] \\$ "