/[cvs]/gateway/.bash_profile
ViewVC logotype

Annotation of /gateway/.bash_profile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Fri Jan 24 19:43:04 2003 UTC (21 years, 3 months ago) by gateway
Branch: MAIN
CVS Tags: HEAD
initial check-in

1 gateway 1.1 # ~/.bash_profile: executed by bash(1) for login shells.
2     # see /usr/share/doc/bash/examples/startup-files for examples.
3     # the files are located in the bash-doc package.
4    
5     umask 022
6    
7     # the rest of this file is commented out.
8    
9     # include .bashrc if it exists
10    
11     #if [ -f ~/.bashrc ]; then
12     # source ~/.bashrc
13     #fi
14    
15     # set PATH so it includes user's private bin if it exists
16     #if [ -d ~/bin ] ; then
17     # PATH=~/bin:"${PATH}"
18     #fi
19    
20     # do the same with MANPATH
21     #if [ -d ~/man ]; then
22     # MANPATH=~/man:"${MANPATH}"
23     #fi

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed