Up.
This commit is contained in:
parent
2e9c6b8321
commit
06f61974cd
@ -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}..."
|
||||||
|
@ -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)"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user