From ccc483bf79e2e42a0234b7d772d03bc5697e902e Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Mon, 10 May 2021 16:27:09 +0300 Subject: [PATCH] Install rust --- .zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshenv b/.zshenv index 8324df3..4131e95 100644 --- a/.zshenv +++ b/.zshenv @@ -1,3 +1,4 @@ # When logging in start the X automatically [[ -f ~/.zshrc ]] && ~/.zshrc 2> /dev/null [[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx -- vt1 +. "$HOME/.cargo/env"