GOHOME
This commit is contained in:
parent
abd11f65b9
commit
5543deadc8
|
@ -240,6 +240,9 @@ $env.GCLONE_FORCE_SSH = true
|
|||
# Python virtual env
|
||||
$env.VIRTUAL_ENV = $env.HOME + '/.venv'
|
||||
|
||||
# Don't put ugly go directory in my home
|
||||
$env.GOPATH = $env.HOME + '/.go'
|
||||
|
||||
# To add entries to PATH (on Windows you might use Path), you can use the following pattern:
|
||||
# $env.PATH = ($env.PATH | split row (char esep) | prepend '/some/path')
|
||||
$env.PATH = ($env.PATH
|
||||
|
|
Loading…
Reference in New Issue