Difference between revisions of "PS1"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
Examples:
 
Examples:
 
  PS1='[\u@\h \W]\$ '
 
  PS1='[\u@\h \W]\$ '
 +
 +
* <code>export [[PS1]]='[\u@\h $AWS_PROFILE]\$ '</code>
  
  

Revision as of 12:19, 8 August 2021

This article is a Draft. Help us to complete it.


ssh SERVER_NAME -t "export PS1=your_text; bash" 


Examples:

PS1='[\u@\h \W]\$ '
  • export PS1='[\u@\h $AWS_PROFILE]\$ '


echo $PS1
${debian_chroot:+($debian_chroot)}\u@\h:\w\$

Related terms

See also

Advertising: