Skip to content

Commit

Permalink
feat: gopath
Browse files Browse the repository at this point in the history
  • Loading branch information
fagci committed Mar 13, 2022
1 parent f12bb9a commit 8165c7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zsh/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ export EDITOR=nvim
export VISUAL=nvim
export LANGUAGE=en_US.UTF-8
export LANG=$LANGUAGE
export GOPATH=~/go

export PATH="${PATH}:${HOME}/.local/bin"
export PATH="${PATH}:${HOME}/.local/bin:${GOPATH}"

source ~/.config/zsh/functions.zsh

0 comments on commit 8165c7f

Please sign in to comment.