X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zshrc;h=8867f6bcfa822030c7dab822f66602ab2b60674b;hb=efacdee6443988f168cfd67befd1987a7a87fafa;hp=13cdff3101b3873b36674824b1c0f3e4bea09450;hpb=c12aa1f44834ae50c486d33d70e10c94da29c7c4;p=dotfiles.git diff --git a/zsh/.zshrc b/zsh/.zshrc index 13cdff3..8867f6b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -180,6 +180,7 @@ zstyle ":completion:*" completer _mycomp _parameters _ignored _mycomp () { [[ $CURRENT -eq 1 ]] && curcontext="${curcontext%:*:*}:-command-:" \ _command_names && return + [[ $IPREFIX =~ ~.* ]] && _tilde && return local has_files curcontext=:files:${curcontext#:*:} _files && has_files=1 [[ ${words[1]} == man ]] && curcontext=:man:${curcontext#:*:} \ @@ -239,12 +240,12 @@ while read w ; do done < ~/.zhashd # }}} -# autoenv {{{ -. ~/work/zsh-autoenv/autoenv.zsh -# }}} - # Virtualenv {{{ venv() { . /usr/local/bin/virtualenvwrapper.sh } # }}} + +# autoenv {{{ +. ~/work/zsh-autoenv/autoenv.zsh +# }}}