From 09ee950e8b4a7b2f51de596c73785e262c40e8a8 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Sat, 11 Mar 2017 01:30:22 +0100 Subject: [PATCH] add java to path --- profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile b/profile index b06b384..e011461 100755 --- a/profile +++ b/profile @@ -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"