Skip to content

Commit

Permalink
feat: add rye path
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkn committed Jun 13, 2024
1 parent 9e2d572 commit 24da594
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh/path.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ case `uname` in

# Docker
source /Users/kenichiebinuma/.docker/init-zsh.sh || true # Added by Docker Desktop

# Python
# Rye
export PATH="$PATH:$HOME/.rye/shims"
;;

"Linux" )
Expand Down

0 comments on commit 24da594

Please sign in to comment.