Mercurial > hg > cc > cirrus_home
diff .bash_profile @ 20:5371599c0cfa
local setup
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 18 Mar 2020 10:56:23 +0000 |
parents | |
children | 6fdebccf6492 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.bash_profile Wed Mar 18 10:56:23 2020 +0000 @@ -0,0 +1,12 @@ +# .bash_profile + +# Get the aliases and functions +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi + +# User specific environment and startup programs + +PATH=$PATH:$HOME/.local/bin:$HOME/bin + +export PATH