Update .config/fish/conf.d/30-python.fish

This commit is contained in:
punkfairie 2024-04-21 13:01:13 -07:00
parent ef80cc4731
commit b7d568e796
No known key found for this signature in database
GPG key ID: 1B492EAEA989C054

View file

@ -1,3 +1,3 @@
#!/usr/bin/env fish
fish_add_path "/opt/homebrew/opt/python@3.12/libexec/bin"
fish_add_path "$(brew --prefix)/opt/python@3.12/libexec/bin"