all repos — nixfiles @ e8d81ffd8e87977317d8120e0735e44b550fa302

System and user configuration, managed by nix and home-manager

zsh: Remove autoenv

Alan Pearce
commit

e8d81ffd8e87977317d8120e0735e44b550fa302

parent

317f0d9fc8eb33bd8d1443bd7c0926f3376b9ce8

1 file changed, 0 insertions(+), 8 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -2,7 +2,6 @@ # -*- mode: sh; -*-
source $ZPLUG_HOME/init.zsh zplug "zsh-users/zsh-completions", depth:1, defer:0 -zplug "Tarrasch/zsh-autoenv", as:plugin zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf zplug "junegunn/fzf", as:plugin, use:"shell/*.zsh", defer:2 zplug "junegunn/fzf", as:command, use:"bin/*"
@@ -132,13 +131,6 @@
if [[ -z $SSH_AUTH_SOCK && $commands[ssh-agent] ]] then eval $(ssh-agent) -fi - -if zplug check Tarrasch/zsh-autoenv -then - AUTOENV_FILE_ENTER=.envrc - AUTOENV_HANDLE_LEAVE=1 - AUTOENV_LOOK_UPWARDS=1 fi # Then, source plugins and add commands to $PATH