mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
9 lines
103 B
Go
9 lines
103 B
Go
// +build !darwin
|
|
// +build !windows
|
|
|
|
package main
|
|
|
|
func (s *spotify) enabled() bool {
|
|
return false
|
|
}
|