mirror of
https://github.com/nushell/nushell.git
synced 2025-06-01 15:46:04 +02:00
4 lines
170 B
Rust
4 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")))
|
|
}
|