-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pushd is not posix compliant (#51)
* resolve an issue where prompt could fail to install on operating systems where the default shell is not a bash-variant where `pushd` is available * enable prompt to be installed in WSL 2 (tested in ubuntu) through bootstrap ![image](https://user-images.githubusercontent.com/1803684/82433773-d7351a00-9a89-11ea-98d4-a6a136a2d19d.png)
- Loading branch information
1 parent
22827bb
commit 6708af5
Showing
3 changed files
with
13 additions
and
11 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
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