minor bug fix
[distro-setup] / .profile
1 # see .bashrc_profile for commentary
2 echo this is ~/.profile, either my .bashrc_profile is unavailable or this is posix mode or not bash
3
4 return 0
5
6 export PATH="$HOME/.cargo/bin:$PATH"