aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.local/share/config-files
diff options
context:
space:
mode:
authorPeter Son Struschka <me@peter-struschka.com>2020-05-30 11:24:37 +0800
committerPeter Son Struschka <me@peter-struschka.com>2020-05-30 11:24:37 +0800
commit0902ce59971bf8c75c7e6544d4956e4164c66990 (patch)
treefb492ec49600109a5b7ed887a72fb18ea74273ee /zsh/.local/share/config-files
parent32d7a981ba338c2ad5d3e32164cfacb65cf201e0 (diff)
downloaddotfiles-0902ce59971bf8c75c7e6544d4956e4164c66990.tar.gz
dotfiles-0902ce59971bf8c75c7e6544d4956e4164c66990.tar.bz2
dotfiles-0902ce59971bf8c75c7e6544d4956e4164c66990.tar.lz
dotfiles-0902ce59971bf8c75c7e6544d4956e4164c66990.tar.xz
dotfiles-0902ce59971bf8c75c7e6544d4956e4164c66990.tar.zst
dotfiles-0902ce59971bf8c75c7e6544d4956e4164c66990.zip
zsh: Set XDG base dirs and move ZSH config to ZDOTDIR
Diffstat (limited to 'zsh/.local/share/config-files')
l---------zsh/.local/share/config-files/zprofile2
l---------zsh/.local/share/config-files/zshenv1
l---------zsh/.local/share/config-files/zshrc2
3 files changed, 3 insertions, 2 deletions
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