mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Update shell.rs
Updated the link to the module.
This commit is contained in:
parent
684e450ef5
commit
cc1187e259
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ impl Display for Shell {
|
|||
Self::Fish => "fish",
|
||||
Self::Elvish => "elvish",
|
||||
Self::Nushell => "nushell",
|
||||
Self::PowerShell => "powershell",
|
||||
Self::Powershell => "powershell",
|
||||
};
|
||||
|
||||
write!(f, "{s}")
|
||||
|
|
@ -37,7 +37,7 @@ impl Runnable for Input {
|
|||
Shell::Fish => include_str!("../../shell/navi.plugin.fish"),
|
||||
Shell::Elvish => include_str!("../../shell/navi.plugin.elv"),
|
||||
Shell::Nushell => include_str!("../../shell/navi.plugin.nu"),
|
||||
Shell::PowerShell => include_str!("../../shell/navi.plugin.ps1"),
|
||||
Shell::PowerShell => include_str!("../../shell/navi.plugin.psm1"),
|
||||
};
|
||||
|
||||
println!("{content}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue