add java to path

This commit is contained in:
Felix Van der Jeugt 2017-03-11 01:30:22 +01:00
parent 9eaa594844
commit 09ee950e8b
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ chmod 0700 "$XDG_RUNTIME_DIR"
export CABAL_HOME="$HOME/.cabal"
export CARGO_HOME="$HOME/.cargo"
export RVM_HOME="$HOME/.rvm"
export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$RVM_HOME/bin:$CARGO_HOME/bin:$PATH"
export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$RVM_HOME/bin:$CARGO_HOME/bin:$JAVA_HOME/bin:$PATH"
# For vim
export EDITOR="nvim"