From 3440fb3926cd4bc149b78d8332255a34122dec50 Mon Sep 17 00:00:00 2001 From: Hekuran Date: Mon, 4 Mar 2024 16:09:17 +0100 Subject: [PATCH] Removing the need of ~/.zprofile When we have this, and `/etc/zsh/zshenv` containing: ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh" then we will not need ~/.zprofile --- .config/zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) create mode 120000 .config/zsh/.zprofile diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile new file mode 120000 index 0000000000..5046066fe9 --- /dev/null +++ b/.config/zsh/.zprofile @@ -0,0 +1 @@ +../shell/profile \ No newline at end of file