diff options
| -rw-r--r-- | configs.toml | 6 |
1 files 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" |