mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-22 13:29:56 +00:00
Add env_parallel support to bash
This commit is contained in:
parent
722416e43b
commit
4f2e31565e
1 changed files with 2 additions and 0 deletions
|
@ -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\]] \\$ "
|
||||||
|
|
Loading…
Reference in a new issue