# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs export PATH="$HOME/.npm-global/bin:$PATH:$HOME/bin/nvim/bin:$HOME/bin/julia/bin" . "$HOME/.cargo/env"