diff --git a/main.go b/main.go index d640ecc..cf95175 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,8 @@ func init() { // I actually don't even know if this works or not......... // Changes can be seen in windows system properties fucking thing // But not in new terminals -// And rerunning the program even with a new terminal will +// And rerunning the program even with a new terminal will result in the same output as the first run +// I really don't know whether or not this worked... And I don't know how to check func main() { currentPath := os.Getenv("PATH") paths := strings.Split(currentPath, ";")