summaryrefslogtreecommitdiff
path: root/.config/zsh/.zshenv
diff options
context:
space:
mode:
authorseth <[email protected]>2022-07-01 21:51:47 -0400
committerseth <[email protected]>2022-08-04 04:40:57 -0400
commit210adb6461ec9ac8243f39e4efd6f78b041d4a01 (patch)
treee99d7010394d970e017c7fa9f5d7b420c502ae39 /.config/zsh/.zshenv
parentac74db5a8fa69e5d3047b35f70c65b27dc07cfcb (diff)
xdg-ified
Diffstat (limited to '.config/zsh/.zshenv')
-rw-r--r--.config/zsh/.zshenv11
1 files changed, 2 insertions, 9 deletions
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv
index ce840bc..c32ce0b 100644
--- a/.config/zsh/.zshenv
+++ b/.config/zsh/.zshenv
@@ -11,12 +11,5 @@ if [[ -d "$HOME/.local/bin" ]]; then
export PATH
fi
-# default programs
-export EDITOR='nvim'
-export VISUAL='nvim'
-export GPG_TTY=$TTY
-
-# paths
-export ZDOTDIR="$HOME/.config/zsh"
-export CARGO_HOME="$HOME/.local/share/cargo"
-export RUSTUP_HOME="$HOME/.local/share/rustup"
+source "$HOME/.config/shell/profile"
+ZDOTDIR="$XDG_CONFIG_HOME/zsh"