-
Notifications
You must be signed in to change notification settings - Fork 4
/
.bash_config_work
25 lines (18 loc) · 945 Bytes
/
.bash_config_work
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
export PATH=/usr/local/bin:/usr/local/share/npm/bin:/usr/local/sbin:/Users/DelvarWorld/android-sdk-platform/tools:/usr/local/share/npm/bin:$HOME/.rvm/bin:./node_modules/.bin:$PATH
export MAVEN_OPTS="-Xmx512m"
export GIT_EDITOR='/Applications/MacVim.app/Contents/MacOS/Vim -f -g '
export NODE_PATH=/usr/local/lib/node_modules:/usr/local/lib/jsctags:$NODE_PATH
# bitbucket setup
export WORKON_HOME="$HOME/Documents/Envs"
export PIP_RESPECT_VIRTUALENV=true \
PIP_VIRTUALENV_BASE="$WORKON_HOME" \
VIRTUALENV_USE_DISTRIBUTE=1
[[ -n "$(command -v virtualenvwrapper.sh)" ]] && source virtualenvwrapper.sh
source ~/perl5/perlbrew/etc/bashrc
# See http://stackoverflow.com/questions/791765/unable-to-forward-search-bash-history-similarly-as-with-ctrl-r to make ctrl-s work forward
stty -ixon
source ~/.aws
# Force utf8 for things like ruby
export LANG=en_US.UTF-8
# I don't think anything sets this? But just being sure
unset LC_ALL