File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ package "neovim"
3232package "pipx"
3333package "ripgrep"
3434package "tree"
35- package "yq"
3635
3736##########################################################
3837#################### PYTHON + PYENV ######################
Original file line number Diff line number Diff line change @@ -10,3 +10,9 @@ function notify() {
1010
1111# x86_64 Homebrew for Apple Silicon
1212alias xbrew="arch -x86_64 /usr/local/bin/brew"
13+
14+ alias xpython3.12="$(xbrew --prefix python@3.12)/bin/python3.12"
15+ alias xpython3.11="$(xbrew --prefix python@3.11)/bin/python3.11"
16+ alias xpython3.10="$(xbrew --prefix python@3.10)/bin/python3.10"
17+ alias xpython3.9="$(xbrew --prefix python@3.9)/bin/python3.9"
18+ alias xpython3.8="$(xbrew --prefix python@3.8)/bin/python3.8"
You can’t perform that action at this time.
0 commit comments