summaryrefslogtreecommitdiffstats
path: root/.bash_profile
blob: f41056db3b1be4ee45a03fabccca6574144acd37 (plain) (blame)
1
2
3
4
5
6
7
include () {
    [[ -f "$1" && -r "$1" ]] && source "$1"
}

include ~/.profile
include ~/.nix-profile/etc/profile.d/nix.sh
include ~/.bashrc