From 94cd1b8566d41933259dabeb61566cee6c46f544 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Thu, 17 Jul 2025 00:10:25 +0300 Subject: zsh: Fix symlinks --- zsh/.config/zsh/.zlogin | 2 +- zsh/.config/zsh/.zlogout | 2 +- zsh/.config/zsh/.zprofile | 2 +- zsh/.config/zsh/.zshenv | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'zsh') diff --git a/zsh/.config/zsh/.zlogin b/zsh/.config/zsh/.zlogin index ecd2b8e..5765ab0 120000 --- a/zsh/.config/zsh/.zlogin +++ b/zsh/.config/zsh/.zlogin @@ -1 +1 @@ -/home/ukko/.config/zsh/.zprezto/runcoms/zlogin \ No newline at end of file +.zprezto/runcoms/zlogin \ No newline at end of file diff --git a/zsh/.config/zsh/.zlogout b/zsh/.config/zsh/.zlogout index 279a016..8f76c74 120000 --- a/zsh/.config/zsh/.zlogout +++ b/zsh/.config/zsh/.zlogout @@ -1 +1 @@ -/home/ukko/.config/zsh/.zprezto/runcoms/zlogout \ No newline at end of file +.zprezto/runcoms/zlogout \ No newline at end of file diff --git a/zsh/.config/zsh/.zprofile b/zsh/.config/zsh/.zprofile index 7b766c1..b085555 120000 --- a/zsh/.config/zsh/.zprofile +++ b/zsh/.config/zsh/.zprofile @@ -1 +1 @@ -/home/ukko/.config/zsh/.zprezto/runcoms/zprofile \ No newline at end of file +.zprezto/runcoms/zprofile \ No newline at end of file diff --git a/zsh/.config/zsh/.zshenv b/zsh/.config/zsh/.zshenv index a298faf..2ffffef 120000 --- a/zsh/.config/zsh/.zshenv +++ b/zsh/.config/zsh/.zshenv @@ -1 +1 @@ -/home/ukko/.config/zsh/.zprezto/runcoms/zshenv \ No newline at end of file +.zprezto/runcoms/zshenv \ No newline at end of file -- cgit v1.2.3