You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, sorry if this an FAQ, but I was just installing bash_it on a new computer, and I noticed as it overwrite my .bash_profile that it added:
#!/usr/bin/env bash
and I kind of wondered why? I thought that the shell sources this file, I wouldn't expect it to need to be in a sub-shell, and I kind of wonder if that might introduce subtle bugs?
So, not sure if this is an issue, I don't know if it should be upgraded to a bug. What do you think?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, sorry if this an FAQ, but I was just installing bash_it on a new computer, and I noticed as it overwrite my
.bash_profile
that it added:and I kind of wondered why? I thought that the shell sources this file, I wouldn't expect it to need to be in a sub-shell, and I kind of wonder if that might introduce subtle bugs?
So, not sure if this is an issue, I don't know if it should be upgraded to a bug. What do you think?
Thanks!
The text was updated successfully, but these errors were encountered: