summaryrefslogtreecommitdiff
path: root/.config/zsh/zprofile
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2023-08-02 14:47:43 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2023-08-02 14:47:43 +0100
commit944325300410705476734215653895aa8ccc9a99 (patch)
tree6de8e4b8e5bff5f579ffdb96bea8fcf910c05bfe /.config/zsh/zprofile
parent1cb2acb8d83a21d017a9d98d06462ae02452c03d (diff)
More nvim configuration
Diffstat (limited to '.config/zsh/zprofile')
-rw-r--r--.config/zsh/zprofile1
1 files changed, 1 insertions, 0 deletions
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"