From 0902ce59971bf8c75c7e6544d4956e4164c66990 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Sat, 30 May 2020 11:24:37 +0800 Subject: zsh: Set XDG base dirs and move ZSH config to ZDOTDIR --- zsh/.local/share/config-files/zprofile | 2 +- zsh/.local/share/config-files/zshenv | 1 + zsh/.local/share/config-files/zshrc | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 zsh/.local/share/config-files/zshenv (limited to 'zsh/.local/share/config-files') diff --git a/zsh/.local/share/config-files/zprofile b/zsh/.local/share/config-files/zprofile index 5c57bdf..f566496 120000 --- a/zsh/.local/share/config-files/zprofile +++ b/zsh/.local/share/config-files/zprofile @@ -1 +1 @@ -../../../.zprofile \ No newline at end of file +../../../.config/zsh/.zprofile \ No newline at end of file diff --git a/zsh/.local/share/config-files/zshenv b/zsh/.local/share/config-files/zshenv new file mode 120000 index 0000000..fcf44e5 --- /dev/null +++ b/zsh/.local/share/config-files/zshenv @@ -0,0 +1 @@ +../../../.zshenv \ No newline at end of file diff --git a/zsh/.local/share/config-files/zshrc b/zsh/.local/share/config-files/zshrc index 673de52..899e05e 120000 --- a/zsh/.local/share/config-files/zshrc +++ b/zsh/.local/share/config-files/zshrc @@ -1 +1 @@ -../../../.zshrc \ No newline at end of file +../../../.config/zsh/.zshrc \ No newline at end of file -- cgit v1.2.3