Initial commit

This commit is contained in:
Ryan Ward
2026-04-29 10:43:20 -05:00
parent b7b327510d
commit d8d4ac9e5d
28 changed files with 211 additions and 83 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ pub fn is_tab_config_toml(path: &Path) -> bool {
.any(|dir| path.starts_with(dir))
}
/// Ensures `~/.warp/default_tab_configs/worktree.toml` exists, creating it
/// Ensures `~/.warp-core/default_tab_configs/worktree.toml` exists, creating it
/// from the embedded template if missing. Returns the path to the file.
#[cfg(feature = "local_fs")]
pub(crate) fn ensure_default_worktree_config() -> PathBuf {