annotate .bash_profile @ 115:2bcf31c52c14

include sh-script
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Tue, 15 Jun 2021 16:58:03 +0000
parents b24755311af8
children efaa10c1e9ea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 # .bash_profile
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
2
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
3 # Get the aliases and functions
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
4 if [ -f ~/.bashrc ]; then
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
5 . ~/.bashrc
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
6 fi
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
7
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
8 # User specific environment and startup programs
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
9