Add fish path for M1 mac

This commit is contained in:
Gabriel Augendre 2022-02-03 17:53:32 +01:00
parent 1a5829fb37
commit c6c501e576

View file

@ -1,3 +1,4 @@
fish_add_path /opt/homebrew/bin
set -gx VIRTUAL_ENV_DISABLE_PROMPT 1 set -gx VIRTUAL_ENV_DISABLE_PROMPT 1
set -gx PYENV_ROOT ~/.pyenv set -gx PYENV_ROOT ~/.pyenv
set -gx PIPENV_PYTHON ~/.pyenv/shims/python set -gx PIPENV_PYTHON ~/.pyenv/shims/python