File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,13 @@ export PAGER="less"
21
21
export EDITOR=" vim"
22
22
export LESS=" -R"
23
23
export USE_CCACHE=1
24
+ export WORKON_HOME=" $HOME /.virtualenvs"
24
25
export CCACHE_DIR=" $HOME /.ccache"
25
- # export ECLIPSE_HOME="~/cs/eclipse"
26
- export XDG_DATA_HOME=" $HOME /.local/share"
27
-
28
- # "$HOME/.pyenv/bin"
29
- # "$HOME/.rbenv/bin"
30
26
31
27
PATHS_TO_ADD=(
32
28
" $HOME /bin"
29
+ # "$HOME/.pyenv/bin"
30
+ # "$HOME/.rbenv/bin"
33
31
" /usr/bin/site_perl"
34
32
" /usr/bin/vendor_perl"
35
33
" /usr/bin/core_perl"
86
84
# Setting up extra commands if they exist.
87
85
# ====
88
86
87
+ # # for ARCH_LINUX
88
+ [[ $( lsb_release --id --short) = " Arch" ]] && export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python2
89
+ # TODO this should be cleaned up somehow..., so many extra commands
90
+ command -v " virtualenvwrapper_lazy.sh" > /dev/null && source $( which virtualenvwrapper_lazy.sh)
91
+ command -v " pip" > /dev/null && eval " $( pip completion --bash) "
92
+
89
93
# fasd setup and aliases
90
94
eval " $( fasd --init auto) "
91
95
# alias v='f -t -e vim -b viminfo'
@@ -102,6 +106,5 @@ eval "$(fasd --init auto)"
102
106
# eval "$(pyenv init -)"
103
107
# eval "$(rbenv init -)"
104
108
# eval $(ssh-agent)
105
- VIRTUALENVWRAPPER_PYTHON=/usr/sbin/python2 source virtualenvwrapper.sh
106
109
workon scratch
107
110
nvm use 0.10.21
You can’t perform that action at this time.
0 commit comments