1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-14 19:03:09 +00:00

Update executable_dot_bashrc.tmpl

This commit is contained in:
Thomas A. Christensen II 2021-10-12 17:23:04 -05:00
parent 72857ec291
commit 1a1a4cf05e

View file

@ -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\]] \\$ "