Up.
This commit is contained in:
@@ -34,8 +34,6 @@ inf "installing direnv with system version..."
|
||||
# no need to run asdf direnv setup --shell zsh --version latest
|
||||
# as it is managed by zim module
|
||||
asdf plugin-add direnv
|
||||
asdf install direnv latest
|
||||
asdf global direnv latest
|
||||
|
||||
for plugin in ${!plugins[@]}; do
|
||||
inf "installing ${plugin}..."
|
||||
|
||||
@@ -156,7 +156,7 @@ show_virtual_env() {
|
||||
}
|
||||
PS1='$(show_virtual_env)'$PS1
|
||||
|
||||
# eval "$(direnv hook zsh)"
|
||||
eval "$(direnv hook zsh)"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user