Make things simpler

This commit is contained in:
lachtan
2025-09-18 20:22:02 +02:00
parent 726e6098b2
commit 57d0ebda20
2 changed files with 1 additions and 8 deletions

View File

@@ -1,3 +1 @@
if [[ -f "$HOME/.cargo/env" ]]; then
source "$HOME/.cargo/env"
fi
source_try "$HOME/.cargo/env"

View File

@@ -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