source: projects/vskel/tags/vskel-6.0/.bash_profile @ 1126

Revision 1126, 238 bytes checked in by daisuke, 14 years ago (diff)

import vskel-4.1.0 from internal cvs repository

Line 
1# .bash_profile
2
3# Get the aliases and functions
4if [ -f ~/.bashrc ]; then
5        . ~/.bashrc
6fi
7
8# User specific environment and startup programs
9
10# addpath $HOME/bin
11BASH_ENV=$HOME/.bashrc
12USERNAME=""
13
14export USERNAME BASH_ENV PATH LESSOPEN
15
Note: See TracBrowser for help on using the repository browser.