From e78526f7540abc06fb0e6ca4487839faf774b2d6 Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Tue, 8 Mar 2022 11:27:27 +0100 Subject: [PATCH] Remove custom PATH for java since it is not in use anymore --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index 0e0cfe1..e36c3c0 100644 --- a/.bashrc +++ b/.bashrc @@ -16,7 +16,6 @@ export BASH_SILENCE_DEPRECATION_WARNING=1 # set PATH so it includes user's private bin if it exists [ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH" -[ -d "$HOME/.local/opt/java/bin" ] && PATH="$HOME/.local/opt/java/bin:$PATH" [ -d "$HOME/.local/opt/go/bin" ] && PATH="$HOME/.local/opt/go/bin:$PATH" # autocompletion