]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.procmailrc: add cheetahtemplate lists
[dotfiles.git] / .shellrc
index 728714d308d5bb7607f6318ed9465cdd74826d34..08f57416ccfc721eafa5da3c47a6686e87603419 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -83,7 +83,7 @@ if test -n "$BASH_VERSION"; then
             . /usr/local/etc/bash_completion.d/*
          fi
       else
-         echo "Unknown OS type, canot source bash_completion" >&2
+         echo "Unknown OS type, cannot source bash_completion" >&2
       fi
    fi
 
@@ -119,10 +119,10 @@ if test -n "$BASH_VERSION"; then
    delegate_completion() {
       local prog completion_f programs
       prog="$1"
-      completion_f="$2"
-      shift; shift
-      programs="$@"
       if has_completion "$prog"; then
+         completion_f="$2"
+         shift; shift
+         programs="$@"
          eval "_${prog}_completion_loader() {
             _completion_loader $prog
             complete -F $completion_f $programs
@@ -154,6 +154,17 @@ if test -n "$BASH_VERSION"; then
    #   rm -rf /tmp/pip_build_"$USER"
    #fi
 
+   #if which pyenv >/dev/null 2>&1; then
+   #   eval "`pyenv init -`"
+   #   eval "`pyenv virtualenv-init -`"
+   #fi
+
+   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; }
@@ -344,13 +355,6 @@ if which tmux >/dev/null 2>&1; then
 fi
 
 
-#if which pyenv >/dev/null 2>&1; then
-#   eval "`pyenv init -`"
-#   eval "`pyenv virtualenv-init -`"
-#fi
-
-source virtualenvwrapper_lazy.sh 2>/dev/null
-
 if [ "$SHLVL" -eq 1 ] && which startx >/dev/null 2>&1; then
    X() { startx >> .Xserver.log 2>&1; cyr; }
 fi