Skip to content

Commit

Permalink
Add crowdin to PATH in .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Sep 20, 2024
1 parent 2d8e409 commit 2870d82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ if _cmd_exists gh copilot; then
eval "$(gh copilot alias -- zsh)"
fi

# crowdin
export PATH="/opt/homebrew/opt/crowdin@4/bin:$PATH"

# terramate
complete -o nospace -C /opt/homebrew/bin/terramate terramate

Expand Down

0 comments on commit 2870d82

Please sign in to comment.