From 06f05cb7ede69800954e5f79932b3c0396c2388e Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Fri, 2 Apr 2021 22:04:52 +0200 Subject: [PATCH] installpackages: reconfigure shell --- script/installpackages | 1 + 1 file changed, 1 insertion(+) diff --git a/script/installpackages b/script/installpackages index b99e687..02a454f 100755 --- a/script/installpackages +++ b/script/installpackages @@ -20,6 +20,7 @@ pacman -S --needed --noconfirm base-devel \ # 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