Support configuring which program :open runs (#95)

This commit is contained in:
Benjamin Große 2023-05-01 12:07:54 +01:00 committed by Ulyssa
parent 0ddefcd7b3
commit 430c601ff2
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64
3 changed files with 44 additions and 8 deletions

View file

@ -188,6 +188,7 @@ pub fn mock_tunables() -> TunableValues {
})]
.into_iter()
.collect::<HashMap<_, _>>(),
open_command: None,
}
}