mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-03-26 13:55:17 +00:00
setup GOPATH
This commit is contained in:
parent
8948ecfd03
commit
fed28dabf6
1 changed files with 1 additions and 0 deletions
1
.profile
1
.profile
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue