oh-my-fish / plugin-foreign-env

Run foreign bash scripts and capture exported environment variables
MIT License
221 stars 15 forks source link

Enable sourcing ~/.bashrc #15

Open ghost opened 5 years ago

ghost commented 5 years ago

~/.bashrc usually contains some customization to the $PATH variable, so it makes sense to source it by passing the --login-flag to bash. This pull request modifies the two calls to bash that are responsible for that.