6 lines
83 B
Go
6 lines
83 B
Go
package config
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed embedded/.zshrc
|
|
var ZshrcConfig string |