From e9bfa2bca8460be36dabc54d7e201994622d36e6 Mon Sep 17 00:00:00 2001 From: Adam French Date: Tue, 2 Dec 2025 12:30:29 +0000 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 399465a..4f1c633 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ When referring to `{repo_dir}`, use absolute paths (e.g., `~/scripts`). Add this to the `.config/alacritty/alacritty.toml` ``` import = [ - "~/scripts/alacritty.toml" + "{repo_dir}/alacritty.toml" ] ```