Browse code

bash_profile (cygwin) - v1.1 - Add Java variables

Fred authored on20/08/2014 10:15:02
Showing1 changed files
... ...
@@ -1,14 +1,15 @@
1 1
 # Title: .bash_profile
2 2
 # Author: Frédéric CHEVALIER <f15.chevalier@gmail.com>
3
-# Version: 1.0
3
+# Version: 1.1
4 4
 # Created in: 2014-01-07
5
-# Modified in: 2014-08-11
5
+# Modified in: 2014-08-20
6 6
 
7 7
 
8 8
 #==========#
9 9
 # Versions #
10 10
 #==========#
11 11
 
12
+# v1.1 - 2014-08-20: multiscreen remove because of .screenrc set up / Java variables added
12 13
 # v1.0 - 2014-08-11: rewriting for better interplay with .bashrc
13 14
 # v0.0 - 2014-01-07: creation
14 15
 
... ...
@@ -52,8 +53,7 @@ export PATH="/usr/local/bin:/usr/bin:/cygdrive/c/Program Files/Common Files/Micr
52 53
 # Set up the display variable to get an automatique display in the X server
53 54
 export DISPLAY=:0.0
54 55
 
55
-# Set up multi-screen display for mintty
56
-if [[ $(which multiscreen 2> /dev/null) ]]
57
-then
58
-	multiscreen
59
-fi
56
+# Java
57
+export JAVA_HOME=/cygdrive/c/Users/fcheval/AppData/Local/PortableApps/CommonFiles/Java
58
+export PATH=$PATH:$JAVA_HOME/bin
59
+