Last active
August 29, 2015 14:06
-
-
Save remi/308c690da9483adaaddf to your computer and use it in GitHub Desktop.
Update Bash on OS X without setting it as default shell
This file contains hidden or 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
$ brew update | |
$ brew install bash | |
$ sudo mv /bin/bash /bin/bash-what-the-hell-man | |
$ sudo ln -s `brew --prefix`/bin/bash /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Il est recommandé d'enlever
+x
sur ton ancienBash
.