mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-27 19:34:57 -04:00
updates
This commit is contained in:
parent
c4ff3550e4
commit
807b7a4504
18 changed files with 567 additions and 0 deletions
6
.zshrc.d/gopath.zsh
Normal file
6
.zshrc.d/gopath.zsh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# GoPath stuff
|
||||
export PATH="$PATH:${HOME}/.bin"
|
||||
export GOPATH="${HOME}/go"
|
||||
export GOBIN="${HOME}/go/bin/"
|
||||
export PATH=$PATH:$GOROOT/bin:$GOBIN
|
||||
export HISTCONTROL=ignorespace:ignoredups
|
||||
Loading…
Reference in a new issue