1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00

[bash] Ugly fix for the initial return code in the prompt

This commit is contained in:
Hyacinthe Cartiaux 2014-02-14 03:33:52 +01:00
parent a01fdb222a
commit 32a66de563

View file

@ -229,6 +229,7 @@ __set_my_prompt() {
# Set the color prompt by default when interactive
if [ -n "$PS1" ]; then
true
__set_my_prompt
export PS1
fi