Switch from zpm-zsh/autoenv (seems unmaintained) to Tarrasch/zsh-autoenv
This commit is contained in:
parent
571a400c15
commit
4817ee0513
1 changed files with 2 additions and 2 deletions
4
.zgenrc
4
.zgenrc
|
@ -125,8 +125,8 @@ load-starter-plugin-list() {
|
|||
# when in a directory with vagrant/docker files can use start, stop, up, down
|
||||
zgen load Cloudstek/zsh-plugin-appup
|
||||
|
||||
# automatically add .env contents to environment vars, as long as you're in the folder
|
||||
zgen load zpm-zsh/autoenv
|
||||
# automatically sources (known/whitelisted) .autoenv.zsh files, as long as you're in the folder (and can 'unsource' on leaving)
|
||||
zgen load Tarrasch/zsh-autoenv
|
||||
|
||||
# radically enhanced cd command, all sorts of options
|
||||
zgen load b4b4r07/enhancd
|
||||
|
|
Loading…
Reference in a new issue