Update .config/fish/conf.d/30-python.fish
This commit is contained in:
parent
864e2bf3ab
commit
156e11a404
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
set -Ux PYTHON_HISTORY "$XDG_STATE_HOME/python/history"
|
||||||
|
|
||||||
if command -v brew &>/dev/null
|
if command -v brew &>/dev/null
|
||||||
fish_add_path "$(brew --prefix)/opt/python@3.12/libexec/bin"
|
fish_add_path "$(brew --prefix)/opt/python@3.12/libexec/bin"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue