|
|
|
|
|
by Spiritus
4376 days ago
|
|
>You know what else I hate? Typing in long commands in the Mac OS X terminal and then them wrapping weirdly. Are you escaping your color codes in PS1 correctly? Bad: PS1="\033[1;32m \w \033[m $"
Good (notice the extra \[ and \]): PS1="\[\033[1;32m\] \w \[\033[m\] $"
|
|
edit: couldn't get UTF-8 branch symbol to be properly displayed here, but this is how it looks:
http://i.imgur.com/zuq24gV.png?1