Skip to content

Commit

Permalink
fix anyenv init
Browse files Browse the repository at this point in the history
  • Loading branch information
circled9 committed Nov 16, 2023
1 parent 972d15d commit eb67f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if status is-interactive

if test -x /opt/homebrew/bin/anyenv
if not test -f /tmp/anyenv.cache
anyenv init - --no-rehash > /tmp/anyenv.cache
anyenv init --no-rehash - fish > /tmp/anyenv.cache
end
source /tmp/anyenv.cache
end
Expand Down

0 comments on commit eb67f54

Please sign in to comment.