Bash prompt line wrapping fix
Insert \[ and \] around the ANSI escape sequences:
Original: PS1="\n\e[0;34m\][\u@\h]\e[0;36m\][\W]\e[0;m\] ⌘ "Modified: PS1="\n\[\e[0;34m\][\u@\h]\e[0;36m\][\W]\e[0;m\]\] ⌘ "
Insert \[ and \] around the ANSI escape sequences:
# Colorize the Terminal export CLICOLOR=1;
Read the article on Merbist: http://bit.ly/I6HQQ
MacRuby: http://www.macruby.org/
Textorize: http://textorize.org/
Thomas Fuchs: http://github.com/madrobby
I like to make piles; I'm a piler. Snippet App lets you make piles of code: