From 6cb3cbe30a0e9db4e4b554552e0740d39217d0e9 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 30 May 2025 00:27:05 +0200 Subject: [PATCH] kitty-cwd: Fix accidental absolute symlink --- .local/bin/kitty-cwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/kitty-cwd b/.local/bin/kitty-cwd index 22774ae..fe7df6e 120000 --- a/.local/bin/kitty-cwd +++ b/.local/bin/kitty-cwd @@ -1 +1 @@ -/home/user/projs/dotfiles/.config/kitty/get_cwd.sh \ No newline at end of file +../../.config/kitty/get_cwd.sh \ No newline at end of file