my shell and tool configurations
at master 7 lines 277 B view raw
1[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile 2 3 4export PATH="$HOME/.cargo/bin:$PATH" 5if [ -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 6 7. "$HOME/.cargo/env"