Blob


1 # .bash_profile
3 # Get the aliases and functions
4 if [ -f ~/.bashrc ]; then
5 . ~/.bashrc
6 fi
8 # User specific environment and startup programs
10 PATH=$PATH:$HOME/bin
12 export PATH
13 if [ $(uname) = "Linux" ]; then
14 # Make PATH available to systemd
15 systemctl --user import-environment PATH
16 fi
18 export TERMINAL=urxvtc