Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


bash_login_profile

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
bash_login_profile [2008/01/30 21:24] juckinsbash_login_profile [2008/01/30 21:37] (current) juckins
Line 2: Line 2:
  
 touch .bash_login \\ touch .bash_login \\
-now add this line: source .bashrc \\+now add this line:  
 +<code> 
 +source .bashrc 
 +</code>
 \\ \\
 touch this file: .bashrc \\ touch this file: .bashrc \\
-now add this line to set a useful prompt: PS1="\u@\h: \w $ " \\+now add this line to set a useful prompt: 
 +<code> 
 +PS1="[\u@\h: \w]$ " 
 +</code>
bash_login_profile.1201746285.txt.gz · Last modified: 2008/01/30 21:24 by juckins