diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index bd7ed8a..0000000 --- a/.bash_profile +++ /dev/null @@ -1,21 +0,0 @@ -# .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/.cargo/env" - -# >>> juliaup initialize >>> - -# !! Contents within this block are managed by juliaup !! - -case ":$PATH:" in *:/var/home/mo/.julia/juliaup/bin:*);; *) - export PATH=/var/home/mo/.julia/juliaup/bin${PATH:+:${PATH}} ;; -esac - -# <<< juliaup initialize <<<