add cargo bin to path
This commit is contained in:
parent
91adc03b90
commit
96b8add23e
@ -55,6 +55,10 @@ if [ -d "${HOME}/.local/bin" ] ; then
|
||||
export PATH="${HOME}/.local/bin:${PATH}"
|
||||
fi
|
||||
|
||||
if [ -d "${HOME}/.cargo/bin" ] ; then
|
||||
export PATH="${HOME}/.cargo/bin:${PATH}"
|
||||
fi
|
||||
|
||||
export GOCACHE="${TMPDIR}/go-cache-$(id -u)"
|
||||
export PPROF_TMPDIR="${TMPDIR}/go-pprof-$(id -u)"
|
||||
export GOPATH="${HOME}/.cache/go"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user