This commit is contained in:
Thomas Forgione 2023-11-30 10:27:22 +01:00
parent abd11f65b9
commit 5543deadc8
1 changed files with 3 additions and 0 deletions

View File

@ -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