Push Docker config into XDG_CONFIG_HOME
This commit is contained in:
parent
c55664cce3
commit
8bbc4bd3f2
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
local -a newbins
|
||||
|
||||
# docker
|
||||
export DOCKER_CONFIG=$XDG_CONFIG_HOME/docker
|
||||
|
||||
# go
|
||||
[[ -z $GOPATH ]] && export GOPATH=$XDG_DATA_HOME/go
|
||||
newbins+=($XDG_DATA_HOME/go/bin)
|
||||
|
|
Loading…
Reference in a new issue