From f2b18aab5a84d04a36f4194473680ad70bdb5578 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Sun, 2 Feb 2020 12:50:32 +0800 Subject: script to find and edit config files --- zsh/.local/share/config-files/zprofile | 1 + zsh/.local/share/config-files/zshrc | 1 + 2 files changed, 2 insertions(+) create mode 120000 zsh/.local/share/config-files/zprofile create mode 120000 zsh/.local/share/config-files/zshrc (limited to 'zsh/.local/share/config-files') diff --git a/zsh/.local/share/config-files/zprofile b/zsh/.local/share/config-files/zprofile new file mode 120000 index 0000000..5c57bdf --- /dev/null +++ b/zsh/.local/share/config-files/zprofile @@ -0,0 +1 @@ +../../../.zprofile \ No newline at end of file diff --git a/zsh/.local/share/config-files/zshrc b/zsh/.local/share/config-files/zshrc new file mode 120000 index 0000000..673de52 --- /dev/null +++ b/zsh/.local/share/config-files/zshrc @@ -0,0 +1 @@ +../../../.zshrc \ No newline at end of file -- cgit v1.2.3