2024-04-21 13:00:18 -07:00
|
|
|
#!/usr/bin/env fish
|
|
|
|
|
2024-10-05 10:39:14 -07:00
|
|
|
set -gx PYTHON_HISTORY "$XDG_STATE_HOME/python/history"
|
2024-10-04 22:30:27 -07:00
|
|
|
|
2024-09-29 21:20:17 -07:00
|
|
|
if command -v brew &>/dev/null
|
|
|
|
fish_add_path "$(brew --prefix)/opt/python@3.12/libexec/bin"
|
|
|
|
end
|