(changing a terminal prompt)
So name and directory aren’t in the “shot”, where $>
is the desired prompt.
## set the prompt for just that window
export PS1="$> "
## clear the window
reset
So name and directory aren’t in the “shot”, where $>
is the desired prompt.
## set the prompt for just that window
export PS1="$> "
## clear the window
reset