diff --git a/rc/cargo.sh b/rc/cargo.sh index 2d000a9..56fab68 100644 --- a/rc/cargo.sh +++ b/rc/cargo.sh @@ -1,3 +1 @@ -if [[ -f "$HOME/.cargo/env" ]]; then - source "$HOME/.cargo/env" -fi +source_try "$HOME/.cargo/env" diff --git a/rc/wsl.sh b/rc/wsl.sh deleted file mode 100644 index c3ee5df..0000000 --- a/rc/wsl.sh +++ /dev/null @@ -1,5 +0,0 @@ -if is_wsl; then - prepend_path_try "$HOME/.local/bin" - append_path_try "$HOME/.arkade/bin" - append_path_try "$HOME/.cargo/bin" -fi