mirror of
https://github.com/danbulant/nushell
synced 2026-05-23 06:19:25 +00:00
3 lines
170 B
Rust
3 lines
170 B
Rust
pub fn keybinding_path() -> Result<std::path::PathBuf, nu_errors::ShellError> {
|
|
crate::config::default_path_for(&Some(std::path::PathBuf::from("keybindings.yml")))
|
|
}
|