tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
zsh: add ghcup bin to path
seth.computer
2 weeks ago
bd48c718
aea06856
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+1
1 changed file
expand all
collapse all
unified
split
zsh
zshrc
+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
26
+
export PATH="$HOME/.ghcup/bin:$PATH"
26
27
27
28
# pnpm
28
29
export PNPM_HOME="/Users/sethetter/Library/pnpm"