this repo has no description

zsh: add ghcup bin to path

seth.computer bd48c718 aea06856

verified
+1
+1
zsh/zshrc
··· 23 23 export PATH="$HOME/.bun/bin:$PATH" 24 24 export PATH="$HOME/.cargo/bin:$PATH" 25 25 export PATH="$HOME/.local/bin:$PATH" 26 + export PATH="$HOME/.ghcup/bin:$PATH" 26 27 27 28 # pnpm 28 29 export PNPM_HOME="/Users/sethetter/Library/pnpm"