Use . instead of source

This commit is contained in:
Jeffrey Serio 2024-07-28 12:37:58 -05:00
parent d5a02db4dd
commit e8db10d7ea

View File

@ -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"; \