[zshrc] update pipx default interpreter

This commit is contained in:
odrling 2023-11-09 02:10:55 +01:00
parent 9a7c680367
commit 3807f72cf0
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

2
.zshrc
View file

@ -104,7 +104,7 @@ alias tb="nc termbin.com 9999"
export NEOVIDE_MULTIGRID=1
alias neovide="neovide --nofork"
export PIPX_DEFAULT_PYTHON=/usr/bin/python3.11
export PIPX_DEFAULT_PYTHON=/usr/bin/python3.12
export GPG_TTY=$(tty)
[ -n "$SSH_CONNECTION" ] && export PINENTRY_USER_DATA="USE_CURSES=1"