# ~/.bash_profile: executed by bash(1) for login shells.

# see .profile
. ~/.profile

# OPAM configuration
# . /home/tom/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
if [ -e /home/tom/.nix-profile/etc/profile.d/nix.sh ]; then . /home/tom/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer

export PATH="$HOME/bin:$HOME/.cargo/bin:$PATH"



