Comment Re:not so fast (Score 1) 824
Or mine:
export PS1='[\T] \u@\h {\w}\n# '
I put a "#" in there so as to avoid any cut-n-paste errors, $ refers to a variable while # refers to a comment.
export PS1='[\T] \u@\h {\w}\n# '
I put a "#" in there so as to avoid any cut-n-paste errors, $ refers to a variable while # refers to a comment.