diff --git a/src/actor.rs b/src/actor.rs index 26132ec..d4467af 100644 --- a/src/actor.rs +++ b/src/actor.rs @@ -5,7 +5,7 @@ use crate::writer; use crate::finder::structures::{Opts as FinderOpts, SuggestionType}; use crate::finder::Finder; -use crate::shell::{BashSpawnError, IS_FISH}; +use crate::shell::BashSpawnError; use crate::structures::cheat::{Suggestion, VariableMap}; use crate::structures::config::Action; use crate::structures::config::Config; @@ -71,15 +71,13 @@ fn prompt_finder( let mut opts = FinderOpts { overrides: config.fzf_overrides_var.clone(), preview: Some(format!( - r#"{prefix}navi preview-var "$(cat <