Add Zig to MacOS path
This commit is contained in:
parent
f1076fa383
commit
0c930e8ef2
|
@ -116,7 +116,11 @@ switch (uname)
|
|||
fish_add_path -a /opt/homebrew/Cellar/openjdk/23.0.1/bin
|
||||
|
||||
# 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
|
||||
set -x PYENV_ROOT "$HOME/.pyenv"
|
||||
|
|
Loading…
Reference in New Issue