From 59b752cf485f867572b2b4237b4e40631af86dcb Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 1 Dec 2024 15:48:02 +0300 Subject: [PATCH] fix tlrc --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 8970587..ff5be65 100644 --- a/justfile +++ b/justfile @@ -30,7 +30,7 @@ link-mpv: (link_file ".config/mpv/mpv.conf") link-neovim: (link_file ".config/nvim") echo "Neovim configuration linked" -link-tlrc: (link_file ".config/tlrc/tlrc.conf") +link-tlrc: (link_file ".config/tlrc/config.toml") echo "tlrc configuration linked" link-tmux: (link_file ".config/tmux/tmux.conf")