diff options
| author | 2025-07-17 00:10:25 +0300 | |
|---|---|---|
| committer | 2025-07-17 00:10:25 +0300 | |
| commit | 94cd1b8566d41933259dabeb61566cee6c46f544 (patch) | |
| tree | c1ddfe533941551902cba9fdb6a2144d4dcdba58 | |
| parent | Add tracing to init-skel (diff) | |
| download | dotfiles-94cd1b8566d41933259dabeb61566cee6c46f544.tar.gz dotfiles-94cd1b8566d41933259dabeb61566cee6c46f544.tar.xz dotfiles-94cd1b8566d41933259dabeb61566cee6c46f544.zip | |
zsh: Fix symlinks
| l--------- | zsh/.config/zsh/.zlogin | 2 | ||||
| l--------- | zsh/.config/zsh/.zlogout | 2 | ||||
| l--------- | zsh/.config/zsh/.zprofile | 2 | ||||
| l--------- | zsh/.config/zsh/.zshenv | 2 |
4 files changed, 4 insertions, 4 deletions
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 | ||