1
0
This commit is contained in:
Jeff Lance 2024-04-25 14:39:24 +02:00
parent 2e9c6b8321
commit 06f61974cd
2 changed files with 1 additions and 3 deletions

View File

@ -34,8 +34,6 @@ inf "installing direnv with system version..."
# no need to run asdf direnv setup --shell zsh --version latest # no need to run asdf direnv setup --shell zsh --version latest
# as it is managed by zim module # as it is managed by zim module
asdf plugin-add direnv asdf plugin-add direnv
asdf install direnv latest
asdf global direnv latest
for plugin in ${!plugins[@]}; do for plugin in ${!plugins[@]}; do
inf "installing ${plugin}..." inf "installing ${plugin}..."

View File

@ -156,7 +156,7 @@ show_virtual_env() {
} }
PS1='$(show_virtual_env)'$PS1 PS1='$(show_virtual_env)'$PS1
# eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"