File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 108
108
Porting
109
109
-------
110
110
111
-
112
111
The master branch of this repo can be easily ported to other platforms
113
- with bash and an echo with -e flag.
112
+ with bash and an echo with -e flag. For earlier bash without ` \e ` escaping,
113
+ perform ` sed -i -e ' s@\\e@\\33@g' ** ` on the tree.
114
114
115
- If you use BSD coreutils, just change ` ls --color=auto` to ` ls -G` .
115
+ If you use BSD coreutils, change ` ls --color=auto` to ` ls -G` .
116
116
117
117
If you use OS X or wants to make an OS X distribution, you had better include
118
118
the workaround mentioned in
119
- [# 3](https://github.com/AOSC-Dev/BASH_PS1_MISC /issues/3),
119
+ [# 3](https://github.com/AOSC-Dev/bash-config /issues/3),
120
120
in order to avoid " Please install XCode Developer Tools"
121
121
from appearing too many times.
122
122
You can’t perform that action at this time.
0 commit comments