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:
Reference in New Issue
Block a user
Bash manual defines a shell as interactive if "$PS1" is set, there's no need to check it against a specific string.