Browse code

bash_profile (cygwin) - v1.2 - see Versions

Fred authored on26/08/2014 23:57:19
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.1
3
+# Version: 1.2
4 4
 # Created in: 2014-01-07
5
-# Modified in: 2014-08-20
5
+# Modified in: 2014-08-26
6 6
 
7 7
 
8 8
 #==========#
9 9
 # Versions #
10 10
 #==========#
11 11
 
12
+# v1.2 - 2014-08-26: CHERE_INVOKING variable added 
12 13
 # v1.1 - 2014-08-20: multiscreen remove because of .screenrc set up / Java variables added
13 14
 # v1.0 - 2014-08-11: rewriting for better interplay with .bashrc
14 15
 # v0.0 - 2014-01-07: creation
... ...
@@ -57,3 +58,5 @@ export DISPLAY=:0.0
57 58
 export JAVA_HOME=/cygdrive/c/Users/fcheval/AppData/Local/PortableApps/CommonFiles/Java
58 59
 export PATH=$PATH:$JAVA_HOME/bin
59 60
 
61
+# Chere variable (read by /etc/profile - important to start new shell session from current directory instead of $HOME)
62
+export CHERE_INVOKING=1