annotate .bash_profile @ 168:57cf91a0d97d

x
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 20 Jul 2022 19:46:51 +0100
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