Skip to content

Commit

Permalink
Fix anyenv path.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekolaboratory committed Aug 30, 2023
1 parent 51ad05b commit 4641895
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/anyenv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
to "#{ENV['HOME']}/.dotfiles/conf/zshrc.d/anyenv.zsh"
end

run_command("/bin/zsh -lc 'source #{ENV['HOME']}/.zshrc", error: false)

execute "/bin/zsh -lc 'source #{ENV['HOME']}/.zshrc; anyenv install --force-init'" do
not_if "test -d #{ENV['HOME']}/.config/anyenv/anyenv-install"
end
Expand Down

0 comments on commit 4641895

Please sign in to comment.