1
0
Fork 0

bashrc: minor shellcheck disable

This commit is contained in:
Pratham Patel 2024-03-19 16:05:10 +05:30
parent 28095354a4
commit f4c51df4a8
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ path_add '/sbin'
export PATH
if command -v rustc > /dev/null; then
# this actually needs to be a split for loop's iteration
# shellcheck disable=SC2207
rust_toolchains=($(rustup toolchain list | awk '{ print $1 }'))
PYTHONPATH=''