41 lines
1.3 KiB
Bash
Executable File
41 lines
1.3 KiB
Bash
Executable File
#export http_proxy="http://grp-horus:3128"
|
|
#export https_proxy="http://grp-horus:3128"
|
|
#export ftp_proxy="http://grp-horus:3128"
|
|
|
|
#Java And Android Env
|
|
export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.12
|
|
export ANDROID_HOME=/home/mathieu/Android/android-sdk-linux
|
|
export ANDROID_SKD=/home/mathieu/Android/android-sdk-linux/platforms/android-1.6/
|
|
export ECLIPSE_HOME=/home/mathieu/Eclipse/eclipse-modeling-galileo
|
|
export PATH=$JAVA_HOME/bin/:$ANDROID_HOME/tools:$ANDROID_SKD/tools:$ECLIPSE_HOME:$PATH
|
|
|
|
#Perso Bin
|
|
export PATH=$HOME/bin/bin:$HOME/bin:$PATH
|
|
|
|
# BitBake Env
|
|
export OEBASE=/home/mathieu/OpenEmbedded
|
|
export BBPATH=$OEBASE/build:$OEBASE/openembedded
|
|
export PATH=$OEBASE/bitbake/bin:$PATH
|
|
|
|
# Scratchbox
|
|
export PATH=/home/mathieu/bin/sb2/bin:$PATH
|
|
|
|
|
|
#emacsAndViKeys
|
|
#bindkey -v
|
|
#bindkey "^P" vi-up-line-or-history
|
|
#bindkey "^N" vi-down-line-or-history
|
|
#
|
|
#bindkey "^[[1~" vi-beginning-of-line # Home
|
|
#bindkey "^[[4~" vi-end-of-line # End
|
|
#bindkey '^[[2~' beep # Insert
|
|
#bindkey '^[[3~' delete-char # Del
|
|
#bindkey '^[[5~' vi-backward-blank-word # Page Up
|
|
#bindkey '^[[6~' vi-forward-blank-word # Page Down
|
|
|
|
|
|
# make ctrl-r working
|
|
#bindkey -M viins '^r' history-incremental-search-backward
|
|
#bindkey -M vicmd '^r' history-incremental-search-backward
|
|
|