diff --git a/termext/osutil.go b/termext/osutil_darwin.go similarity index 100% rename from termext/osutil.go rename to termext/osutil_darwin.go diff --git a/termext/osutil_linux.go b/termext/osutil_linux.go new file mode 100644 index 0000000..d611aba --- /dev/null +++ b/termext/osutil_linux.go @@ -0,0 +1,5 @@ +package termext + +func enableColor() bool { + return true +}