From 944325300410705476734215653895aa8ccc9a99 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 2 Aug 2023 14:47:43 +0100 Subject: More nvim configuration --- .config/zsh/zprofile | 1 + 1 file changed, 1 insertion(+) (limited to '.config/zsh/zprofile') 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" -- cgit v1.2.3-13-gbd6f