aboutsummaryrefslogtreecommitdiff
path: root/bashrc.dot.link
blob: 6a0b7f9f270a3770d75d28bf21b64fbc31440552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Bash initialization
#

# If not running interactively, don't do anything
case $- in
    *i*) ;;
      *) return;;
esac

# Load the profile
. $HOME/.profile