diff options
| -rw-r--r-- | .bash_prompt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_prompt b/.bash_prompt index 29ccfc5..1ee9ed8 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -8,6 +8,7 @@ if [ "${TERM}" = dumb ] then + PS1='$? \u:\w\$ ' return fi |
