Change suggested OSX prompt to match default OSX prompt

This commit is contained in:
2015-12-08 17:23:27 +00:00
parent ee81e21a6d
commit 9afcb69bf7

View File

@@ -65,7 +65,7 @@ end of the same file you pasted the installation code into earlier.
#### Mac OS X
```bash
export PS1="\u@\h \w \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ "
export PS1="\u@\h \W \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ "
```
Optionally, if you want a nice pretty prompt when using `sudo -s`, also add