Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
labs:custom_prompt [2009/09/24 19:45] adminlabs:custom_prompt [2009/09/24 19:50] admin
Line 47: Line 47:
                      trol sequence into the prompt                      trol sequence into the prompt
               \]     end a sequence of non-printing characters               \]     end a sequence of non-printing characters
 +===== Color Codes =====
 +
 +|Black      0;30   ||  Dark Gray    1;30|
 +|Blue       0;34   ||  Light Blue   | 1;34|
 +|Green      0;32   ||  Light Green |  1;32|
 +|Cyan      |  0;36   ||  Light Cyan  |  1;36|
 +|Red        0;31  ||    Light Red    | 1;31|
 +|Purple    |  0;35  ||    Light Purple  |1;35|
 +|Brown      0;33  ||    Yellow       | 1;33|
 +|Light Gray | 0;37  ||    White        1;37|
  
 ===== Examples ===== ===== Examples =====
Line 55: Line 65:
   PS1='[\u@\h \W]\$ '   PS1='[\u@\h \W]\$ '
  
-# With Color:  +Look at the escape sequences above to help you determine what the above prompt description means.  The prompt would print out something like
-  PS1="\[\e[0;35m\]\u@\h \W\$ \[\e[00m\]" +
  
 +''[user@home currdir]$ ''
  
   PS1="\h:\W \u\$"   PS1="\h:\W \u\$"
 +
 +This one would look like hostname:currdir
 +
 +**With Color:** 
 +
 +  PS1="\[\e[0;35m\]\u@\h \W\$ \[\e[00m\]"
 +
   export PS1="\[\e[1;31m\]\h:\W \u\$ \[\e[00m\]"   export PS1="\[\e[1;31m\]\h:\W \u\$ \[\e[00m\]"
  
labs/custom_prompt.txt · Last modified: 2022/01/28 16:59 by admin
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0