chore: mac related stuff
This commit is contained in:
parent
9fc857fe69
commit
d218bcbf0e
2 changed files with 17 additions and 1 deletions
|
@ -54,6 +54,15 @@ source $ZSH_PLUGINS/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh 2>/dev/nu
|
|||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
test -e "${ZDOTDIR}/.iterm2_shell_integration.zsh" && source "${ZDOTDIR}/.iterm2_shell_integration.zsh"
|
||||
|
||||
# pnpm
|
||||
export PNPM_HOME="/Users/ziro/.local/share/pnpm"
|
||||
case ":$PATH:" in
|
||||
*":$PNPM_HOME:"*) ;;
|
||||
*) export PATH="$PNPM_HOME:$PATH" ;;
|
||||
esac
|
||||
# pnpm end
|
||||
|
||||
export PATH=$PATH:/Users/ziro/.spicetify
|
||||
|
||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue