Skip to content

Commit

Permalink
Merge pull request knqyf263#294 from Welding-Torch/main
Browse files Browse the repository at this point in the history
Make it work on Windows
  • Loading branch information
RamiAwar authored Apr 20, 2024
2 parents 19dc6b2 + 0937d9a commit e9e1947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (cfg *Config) Load(file string) error {
}
}
cfg.General.Column = 40
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:"
cfg.General.Backend = "gist"

cfg.Gist.FileName = "pet-snippet.toml"
Expand Down

0 comments on commit e9e1947

Please sign in to comment.