mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-17 16:49:25 +00:00
Enable specifying pwsh as a command
This commit is contained in:
parent
88541ca997
commit
8d37d58124
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ fn prompt_finder(
|
|||
|
||||
let exe = fs::exe_string();
|
||||
|
||||
let preview = if CONFIG.shell().contains("powershell") {
|
||||
let preview = if CONFIG.shell().contains("powershell") || CONFIG.shell().contains("pwsh") {
|
||||
format!(
|
||||
r#"{exe} preview-var {{+}} "{{q}}" "{name}"; {extra}"#,
|
||||
exe = exe,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue