diff options
| -rw-r--r-- | .userconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.userconfig b/.userconfig index 0e3ffcb..3c98983 100644 --- a/.userconfig +++ b/.userconfig @@ -1,5 +1,10 @@ +# Use GCC 4.6 export CC=gcc-4.6 export CXX=g++-4.6 +# Use make 3.82 and JDK 6 which reside in ~/bin +export PATH=~/bin:$PATH + +# Use en and he keyboards by default export GAIA_KEYBOARD_LAYOUTS=en,he |
