Files
linux-workspace/rc/wsl.sh
2025-09-03 20:19:22 +02:00

6 lines
132 B
Bash

if is_wsl; then
prepend_path_try "$HOME/.local/bin"
append_path_try "$HOME/.arkade/bin"
append_path_try "$HOME/.cargo/bin"
fi