5 ms·Post says $PS1="\[\033[G\]$PS1" But the first $ is wrong, it should read PS1="\[\033[G\]$PS1"by werkshy 14y agoPost says $PS1="\[\033[G\]$PS1" But the first $ is wrong, it should read PS1="\[\033[G\]$PS1"georgecmu 14y agoEven export PS1="\[\033[G\]$PS1"lotheac 14y agoI don't think exporting PS1 is a good idea. Child processes don't need it and if I launch a different shell with different PS1 semantics I get a broken prompt instead of whatever the default for that shell is.