summaryrefslogtreecommitdiffstats
path: root/bashrc
blob: e8aef9e9cf94865c628fd08049b5113a0c6aee02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# .bashrc

PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
ENV=$HOME/.bashrc
USERNAME="root"
export USERNAME ENV PATH

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

# enable programmable completion features
if [ -f /etc/bash_completion ]; then
	. /etc/bash_completion
fi