Changeset 561 for server/common


Ignore:
Timestamp:
Jan 3, 2008, 9:54:47 PM (16 years ago)
Author:
andersk
Message:
Include the real hostname in the default prompt.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/accountadm/mbashrc

    r135 r561  
    1212# ~/.bashrc: executed by bash(1) for non-login shells.
    1313
    14 export PS1='[\u@scripts]:\w\$ '
     14export PS1='[\u@\h]:\w\$ '
    1515umask 022
    1616
     
    2929# alias mv='mv -i'
    3030
    31 if [ -f /mit/$USER/.bashrc.scripts ]; then
    32         . /mit/$USER/.bashrc.scripts
     31if [ -f ~/.bashrc.scripts ]; then
     32        . ~/.bashrc.scripts
    3333fi
    3434
Note: See TracChangeset for help on using the changeset viewer.