mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-31 22:07:25 -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
|
||
|
}
|