Skip to main content

install_layout_file

Function install_layout_file 

Source
pub fn install_layout_file(source: &Path, layout_name: &str) -> Result<()>
Expand description

Copy a Zellij layout file into the local Zellij layouts directory.

ยงErrors

Returns an error when the install directory cannot be resolved or created, or the layout file cannot be copied.