Skip to content

Commit

Permalink
Add rye to path
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprogrammer committed Oct 7, 2024
1 parent 79505aa commit 2319726
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runcoms/zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ typeset -gU cdpath fpath mailpath path

# Set the list of directories that Zsh searches for programs.
path=(
$HOME/{,s}bin(N)
/opt/{homebrew,local}/{,s}bin(N)
/usr/local/{,s}bin(N)
$HOME/.rye/shims(N)
$path
$HOME/.cargo/bin(N)
)
Expand Down

0 comments on commit 2319726

Please # to comment.