This commit is contained in:
Tao Tien 2024-08-22 14:29:12 -07:00
parent 3ebbaf2800
commit 2e083df68e
6 changed files with 1306 additions and 132 deletions

View file

@ -80,3 +80,5 @@ $env.NU_PLUGIN_DIRS = [
# 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 '/home/tao/.cargo/bin')
$env.GOPATH = '/home/tao/.go'