Y
Hacker News
new
|
ask
|
show
|
jobs
by
georgecmu
5162 days ago
Even
export PS1="\[\033[G\]$PS1"
1 comments
lotheac
5162 days ago
I 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.
link