From 80622de1a2b11e734f78f67dcebf02c42d6d65dd Mon Sep 17 00:00:00 2001 From: mo8it Date: Mon, 7 Aug 2023 14:21:30 +0200 Subject: [PATCH] Remove .bash_profile --- .bash_profile | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .bash_profile 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 <<<