X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=55dab97651ff1cc23ee5d3335e279863cbb08605;hb=b1d0980bb6e404ca147bd3484320e1d32e2f9857;hp=e21f720b580c5deaef3660a3006cf4946d716a6d;hpb=a15463978ef0037c2d6a197f152cf185a7ec50a1;p=dotfiles.git diff --git a/.shellrc b/.shellrc index e21f720..55dab97 100644 --- a/.shellrc +++ b/.shellrc @@ -161,6 +161,10 @@ if test -n "$BASH_VERSION"; then source virtualenvwrapper_lazy.sh 2>/dev/null + #if [ -n "$VIRTUAL_ENV" ]; then + # . "$VIRTUAL_ENV/bin/activate" + #fi + elif test -n "$KSH_VERSION" -o -n "$FCEDIT"; then back() { cd - "$@"; } j() { jobs; }