Skip to content

Commit 0937d9a

Browse files
Make it work on Windows
Fuzzy Finder needs a slightly different prompt in order to work on Windows.
1 parent 19dc6b2 commit 0937d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func (cfg *Config) Load(file string) error {
106106
}
107107
}
108108
cfg.General.Column = 40
109-
cfg.General.SelectCmd = "fzf --ansi --layout=reverse --border --height=90% --pointer='*' --cycle --prompt='Snippets: '"
109+
cfg.General.SelectCmd = "fzf --ansi --layout=reverse --border --height=90% --pointer=* --cycle --prompt=Snippets:"
110110
cfg.General.Backend = "gist"
111111

112112
cfg.Gist.FileName = "pet-snippet.toml"

0 commit comments

Comments
 (0)