Remove custom PATH for java since it is not in use anymore

This commit is contained in:
2022-03-08 11:27:27 +01:00
parent 1d543e4d27
commit e78526f754

View File

@@ -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