Changeset 561 for server/common
- Timestamp:
- Jan 3, 2008, 9:54:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/accountadm/mbashrc
r135 r561 12 12 # ~/.bashrc: executed by bash(1) for non-login shells. 13 13 14 export PS1='[\u@ scripts]:\w\$ '14 export PS1='[\u@\h]:\w\$ ' 15 15 umask 022 16 16 … … 29 29 # alias mv='mv -i' 30 30 31 if [ -f /mit/$USER/.bashrc.scripts ]; then32 . /mit/$USER/.bashrc.scripts31 if [ -f ~/.bashrc.scripts ]; then 32 . ~/.bashrc.scripts 33 33 fi 34 34
Note: See TracChangeset
for help on using the changeset viewer.