- Timestamp:
- Apr 13, 2023, 11:37:34 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmd/aya/main.go
r56 r58 300 300 // prepend .aya to $PATH, so plugins will be found before OS commands 301 301 p := os.Getenv("PATH") 302 p = AYADIR + ":" + p302 p = os.Getenv("PWD") + "/" + AYADIR + ":" + p 303 303 os.Setenv("PATH", p) 304 304 }
Note:
See TracChangeset
for help on using the changeset viewer.