comparison .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
comparison
equal deleted inserted replaced
19:c858a4d4bd4f 20:5371599c0cfa
1 # .bash_profile
2
3 # Get the aliases and functions
4 if [ -f ~/.bashrc ]; then
5 . ~/.bashrc
6 fi
7
8 # User specific environment and startup programs
9
10 PATH=$PATH:$HOME/.local/bin:$HOME/bin
11
12 export PATH