mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
fix: adding or syntax for nushell
This commit is contained in:
parent
33f8f2634d
commit
ec9609f470
1 changed files with 1 additions and 0 deletions
|
|
@ -684,6 +684,7 @@ pub fn shell_syntax(shell: &str, command: &mut String) {
|
|||
match shell {
|
||||
"nu" => {
|
||||
*command = command.replace(" && ", " and ");
|
||||
*command = command.replace(" || ", " or ");
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue