summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/zshrc
diff options
context:
space:
mode:
authorAlan Pearce2017-03-16 16:30:30 +0100
committerAlan Pearce2017-03-16 16:30:30 +0100
commite8d81ffd8e87977317d8120e0735e44b550fa302 (patch)
tree4685c87c8975c1258c1940584137dabb4b9d0159 /tag-zsh/config/zsh/zshrc
parent317f0d9fc8eb33bd8d1443bd7c0926f3376b9ce8 (diff)
downloaddotfiles-e8d81ffd8e87977317d8120e0735e44b550fa302.tar.lz
dotfiles-e8d81ffd8e87977317d8120e0735e44b550fa302.tar.zst
dotfiles-e8d81ffd8e87977317d8120e0735e44b550fa302.zip
zsh: Remove autoenv
Diffstat (limited to 'tag-zsh/config/zsh/zshrc')
-rw-r--r--tag-zsh/config/zsh/zshrc8
1 files changed, 0 insertions, 8 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index fb9a36a..4b86717 100644
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -2,7 +2,6 @@
 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/*"
@@ -134,13 +133,6 @@ 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
 zplug load