summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshenv1
-rw-r--r--.config/zsh/zprofile1
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv
new file mode 100644
index 0000000..c2f3182
--- /dev/null
+++ b/.config/zsh/.zshenv
@@ -0,0 +1 @@
+. "$HOME/.cargo/env"
diff --git a/.config/zsh/zprofile b/.config/zsh/zprofile
index 8052ae7..7002e76 100644
--- a/.config/zsh/zprofile
+++ b/.config/zsh/zprofile
@@ -23,3 +23,4 @@ export GPG_TTY=$(tty)
if [[ "$(tty)" = "/dev/tty1" ]]; then
pgrep dwm || startx
fi
+. "$HOME/.cargo/env"