bashrc: Update interactive shell detection condition
Bash manual defines a shell as interactive if "$PS1" is set, there's no need to check it against a specific string.
This commit is contained in:
Bash manual defines a shell as interactive if "$PS1" is set, there's no need to check it against a specific string.