mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
Update executable_dot_bashrc.tmpl
This commit is contained in:
parent
72857ec291
commit
1a1a4cf05e
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ fi
|
||||||
|
|
||||||
source $HOME/.envvar
|
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
|
# 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