/[soft]/rootfiles/trunk/bashrc
ViewVC logotype

Annotation of /rootfiles/trunk/bashrc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6924 - (hide annotations) (download)
Tue Jan 1 19:08:34 2013 UTC (11 years, 2 months ago) by lmenut
File size: 200 byte(s)
- fix PATH after UsrMove
  remove /bin and /sbin

1 lmenut 6921 # .bashrc
2    
3 lmenut 6924 PATH=/usr/local/sbin:/usr/sbin:/usr/local/bin:/usr/bin
4 lmenut 6921 ENV=$HOME/.bashrc
5     USERNAME="root"
6     export USERNAME ENV PATH
7    
8     # Source global definitions
9     if [ -f /etc/bashrc ]; then
10     . /etc/bashrc
11     fi

  ViewVC Help
Powered by ViewVC 1.1.30