Skip to content

Commit

Permalink
Add pyenv
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd committed Apr 11, 2024
1 parent 5cb4ee6 commit 76e0fd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sh/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ if test -e /opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.
source "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.fish.inc"
end

if test -e /opt/homebrew/bin/pyenv
pyenv init - | source
end

if test -e /opt/homebrew/bin/swiftenv
eval (swiftenv init -)
end
Expand Down

0 comments on commit 76e0fd3

Please sign in to comment.