root/home/.bash_profile

Revision 53, 304 bytes (checked in by conrad, 4 years ago)

move PATH etc, defs from .bash_profile to .profile, and alias man to
always use LC_ALL=C

Line 
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 # the default umask is set in /etc/login.defs
6 #umask 022
7
8 # include .bashrc if it exists
9 if [ -f ~/.bashrc ]; then
10     . ~/.bashrc
11 fi
Note: See TracBrowser for help on using the browser.