fix GOOS=windows
/ GOOS=darwin
builds
This commit is contained in:
parent
07712aa08c
commit
c7924cd9ff
5
termext/osutil_linux.go
Normal file
5
termext/osutil_linux.go
Normal file
@ -0,0 +1,5 @@
|
||||
package termext
|
||||
|
||||
func enableColor() bool {
|
||||
return true
|
||||
}
|
Loading…
Reference in New Issue
Block a user