Use the correct binary for skim

This commit is contained in:
Alexis Bourget 2020-11-23 14:55:27 +01:00
parent f763366419
commit 55b900ea76
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ pub fn zo_resolve_symlinks() -> bool {
pub fn zo_fuzzy_finder_cmd() -> &'static str { pub fn zo_fuzzy_finder_cmd() -> &'static str {
match env::var_os("_ZO_FUZZY_FINDER_CMD") { match env::var_os("_ZO_FUZZY_FINDER_CMD") {
Some(sk) if sk == "skim" => "skim", Some(sk) if sk == "skim" => "sk",
_ => "fzf", _ => "fzf",
} }
} }