From e8db10d7eae3e6f5b7eb09d9ef5eaa5265f82959 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio <23226432+hyperreal64@users.noreply.github.com> Date: Sun, 28 Jul 2024 12:37:58 -0500 Subject: [PATCH] Use . instead of source --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 688b6f5..4636461 100644 --- a/justfile +++ b/justfile @@ -103,7 +103,7 @@ rustup-root: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sudo sh rust-tools: - source "${HOME}/.cargo/env" + . "${HOME}/.cargo/env" cargo install cargo-binstall for pkg in "arp-scan" "bandwhich" "bat" "diskonaut" "du-dust" "fblog" "fd" "hyperfine" "procs" "ripgrep" "skim"; do \ cargo-binstall -y "$pkg"; \