Skip to content

Commit

Permalink
chore: added HOME/bin path to make sure works on different machines
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
  • Loading branch information
ivankatliarchuk committed Aug 28, 2024
1 parent 0d61885 commit 3f5b9a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ if [ -f "/usr/local/bin/aws" ]; then
fi

### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
export PATH="/Users/ik/.rd/bin:$PATH"
export PATH="$HOME/.rd/bin:$PATH"
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)
export PATH="/usr/local/bin:$PATH"
export PATH="$HOME/bin:$PATH"

0 comments on commit 3f5b9a6

Please sign in to comment.