Skip to content

Commit

Permalink
fix: asdf.fishとasdf.shのパスを修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
miniturbo committed Oct 30, 2022
1 parent 1c07a3e commit e742c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/.config/fish/conf.d/30_tool.fish
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if status is-interactive
test -d $HOME/.dotfiles && _set_path $HOME/.dotfiles/bin

# asdf
type -q asdf && builtin source (brew --prefix asdf)'/asdf.fish'
type -q asdf && builtin source (brew --prefix asdf)'/libexec/asdf.fish'

# anyenv
type -q anyenv && builtin source (anyenv init - | psub)
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/asdf/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
].each do |name|
execute "add #{name} plugin" do
command <<-COMMANDS
. $(brew --prefix asdf)/asdf.sh
. $(brew --prefix asdf)/libexec/asdf.sh
asdf plugin add #{name}
COMMANDS
user node[:user]
Expand Down

0 comments on commit e742c69

Please sign in to comment.