1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

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

This reverts commit 32a66de563.
This commit is contained in:
Hyacinthe Cartiaux 2014-02-14 03:40:24 +01:00
parent 32a66de563
commit f8ef8afc0d

View file

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