From af88726dd7dbe6e2df702e0690af5db5e0bdbf5c Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 1 Feb 2023 20:06:56 -0800 Subject: [PATCH] Correct zshenv alias path --- zsh-linux/.config/zsh-linux/00-linux-aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-linux/.config/zsh-linux/00-linux-aliases.zsh b/zsh-linux/.config/zsh-linux/00-linux-aliases.zsh index bcb9fc8..0463c34 100644 --- a/zsh-linux/.config/zsh-linux/00-linux-aliases.zsh +++ b/zsh-linux/.config/zsh-linux/00-linux-aliases.zsh @@ -78,7 +78,7 @@ alias zpath='${EDITOR} -- ${ZDOTDIR}/path.zsh' alias zprompt='${EDITOR} -- ${ZDOTDIR}/prompt.zsh' alias zshrc='${EDITOR} -- ${ZDOTDIR}/.zshrc' alias zshrefresh='source -- ${ZDOTDIR}/.zshrc' -alias zshenv='${EDITOR} -- ${ZDOTDIR}/.zshenv' +alias zshenv='${EDITOR} -- ${XDG_CONFIG_HOME}/zsh-linux/zshenv' # ---------- Parameterized Aliases ---------- # List all binaries of a given package