Add Zig to MacOS path

This commit is contained in:
Eduardo Cueto-Mendoza 2025-01-09 19:55:26 +00:00
parent f1076fa383
commit 0c930e8ef2
Signed by: TastyPancakes
GPG Key ID: 941DF56C7242C3F1
1 changed files with 5 additions and 1 deletions

View File

@ -116,7 +116,11 @@ switch (uname)
fish_add_path -a /opt/homebrew/Cellar/openjdk/23.0.1/bin fish_add_path -a /opt/homebrew/Cellar/openjdk/23.0.1/bin
# Ruby # Ruby
fish_add_path -a /opt/homebrew/lib/ruby/gems/3.3.0/bin fish_add_path -a /opt/homebrew/opt/ruby/bin
fish_add_path -a /opt/homebrew/lib/ruby/gems/3.4.0/bin
# Zig
fish_add_path -a /opt/zig
# pyenv # pyenv
set -x PYENV_ROOT "$HOME/.pyenv" set -x PYENV_ROOT "$HOME/.pyenv"