character - How to change shell prompt in Unix? -
i want disable unix shell prompt character ($
, #
, %
) see in terminal. there command or setting can this? using solaris os.
by shell prompt character mean:
>$ >#
you need adjust ps1 environment variable in .profile file. guess set "" have empty.
ex: export ps1=""
edit: can in .bashrc file, or other shell using.
shell character
No comments:
Post a Comment