# # ~/.bash_profile # [[ -f ~/.bashrc ]] && . ~/.bashrc export EDITOR="/bin/vim" export PATH="$HOME/.cargo/bin:$PATH"