Answers for "custom linux terminal prompt"

2

linux customize prompt

# environment variable PS1 to customize prompt
# \u current user
export PS1="\u : "
#example
username:
Posted by: Guest on June-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language