From 264bcb4ea6dc8cdd4b0abefc04a8c577d4814c3a Mon Sep 17 00:00:00 2001 From: Josh Ott Date: Sun, 30 Mar 2025 13:41:34 -0400 Subject: got rid of absolute home directory reference --- configs.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs.toml b/configs.toml index 1e90e79..a49bcaf 100644 --- a/configs.toml +++ b/configs.toml @@ -1,6 +1,6 @@ [rofi] file = "rofi" -parent = "/home/josh/.config" +parent = "~/.config" [swaylock] file = "swaylock" @@ -12,7 +12,7 @@ parent = "~/.config" [lectern] file = "lectern" -parent = "/home/josh/.config" +parent = "~/.config" [kanata] file = "keybs" @@ -20,7 +20,7 @@ parent = "~/.config" [tmux] file = ".tmux.conf" -parent = "/home/josh/" +parent = "~/" [starship] file = "starship" -- cgit v1.3