1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-03-26 13:55:17 +00:00

setup GOPATH

This commit is contained in:
Nebel 2025-03-02 01:14:01 +09:00
parent 8948ecfd03
commit fed28dabf6

View file

@ -2,4 +2,5 @@
[ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"
[ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ] && . "$HOME"/.nix-profile/etc/profile.d/nix.sh
export DENO_INSTALL_ROOT="${HOME}/.local"
export GOPATH="${HOME}/.local"
export PATH="$HOME/.local/bin:$PATH"