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;
I like to make piles; I'm a piler. Snippet App lets you make piles of code: