We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19dc6b2 + 0937d9a commit e9e1947Copy full SHA for e9e1947
config/config.go
@@ -106,7 +106,7 @@ func (cfg *Config) Load(file string) error {
106
}
107
108
cfg.General.Column = 40
109
- cfg.General.SelectCmd = "fzf --ansi --layout=reverse --border --height=90% --pointer='*' --cycle --prompt='Snippets: '"
+ cfg.General.SelectCmd = "fzf --ansi --layout=reverse --border --height=90% --pointer=* --cycle --prompt=Snippets:"
110
cfg.General.Backend = "gist"
111
112
cfg.Gist.FileName = "pet-snippet.toml"
0 commit comments