mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-28 11:54:57 -04:00
opensuse
This commit is contained in:
commit
e25cf3edec
34 changed files with 3718 additions and 0 deletions
8
.zshrc.d/gopath.zsh
Normal file
8
.zshrc.d/gopath.zsh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# GoPath stuff
|
||||
#export PATH="$PATH:${HOME}/.bin"
|
||||
#export GOPATH="${HOME}/go"
|
||||
#export GOBIN="${HOME}/go/bin/"
|
||||
#export PATH=$PATH:$GOROOT/bin:$GOBIN
|
||||
export PATH="$PATH:`go env GOPATH`/bin"
|
||||
export HISTCONTROL=ignorespace:ignoredups
|
||||
|
||||
Loading…
Reference in a new issue