-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLOUD-2295: handle mac defaulting to bash_profile in core.shell (#67)
@includedevan ran into an issue with the augment.sh script not running for new terminal windows while he was setting up a new mac while using bash as the default shell. I tested this myself with `chsh -s /bin/bash` and Mac definitely uses only `.bash_profile` only for new terminal windows. This PR makes a change to the `core.shell` step that sources the `augment.sh` script in bash_profile instead if you don't have a .bashrc yet. --------- Co-authored-by: Paul Brown <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.34 | ||
0.1.35 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters