about summary refs log tree commit diff
path: root/bash/.bash_profile
blob: 69f60437ad4fa40e1f0772e48c3348fbd8ed7fbd (plain) (blame)
1
2
3
4
5
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile


export PATH="$HOME/.cargo/bin:$PATH"
if [ -e /home/ben/.nix-profile/etc/profile.d/nix.sh ]; then . /home/ben/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer