1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-22 05:29:54 +00:00

Add env_parallel support to bash

This commit is contained in:
Thomas A. Christensen II 2021-10-11 09:47:50 -05:00
parent 722416e43b
commit 4f2e31565e

View file

@ -39,5 +39,7 @@ fi
source $HOME/.envvar source $HOME/.envvar
source $(which env_parallel.bash)
# Make the prompt pretty, just in case we're stuck in bash land # 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\]] \\$ " export PS1="[\[\e[32m\]\u\[\e[m\]@\[\e[33m\]\h\[\e[m\] \[\e[34m\]\W\[\e[m\]] \\$ "