this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

zsh: add ghcup bin to path

+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"