From af7f016c9410eb9dc32612eaa1514ffb3ef84090 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Fri, 2 Apr 2021 22:43:14 +0200 Subject: [PATCH] installpackages: reload shell env --- script/installpackagesnonroot | 1 + 1 file changed, 1 insertion(+) diff --git a/script/installpackagesnonroot b/script/installpackagesnonroot index 4e7b38c..4bdd5c3 100755 --- a/script/installpackagesnonroot +++ b/script/installpackagesnonroot @@ -4,6 +4,7 @@ # https://rustup.rs/ curl --proto '=https' --tlsv1.2 -ssf https://sh.rustup.rs | sh -s -- -y +source $HOME/.cargo/env # https://github.com/dandavison/delta#installation cargo install git-delta