mirror of
https://github.com/jimeh/git-aware-prompt.git
synced 2026-02-19 05:36:38 +00:00
Change suggested OSX prompt to match default OSX prompt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user