From 4340c20a5c5e35e4d8fd5ec1ea940be6b87b9151 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Sun, 19 Apr 2020 17:04:26 +0200 Subject: [PATCH] added rust environment --- .bash_profile | 2 ++ .login | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.bash_profile b/.bash_profile index 8fbdd2f..f01673f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -13,3 +13,5 @@ fi PATH=$PATH:$HOME/bin export PATH + +export PATH="$HOME/.cargo/bin:$PATH" diff --git a/.login b/.login index 2754442..3b09c4c 100644 --- a/.login +++ b/.login @@ -17,3 +17,6 @@ if (-x ~/.login.local) then source ~/.login.local endif +if (-x ~/.cargo/cenv) then + source ~/.cargo/cenv +endif -- GitLab