feat: WSL2 basic support

This commit is contained in:
2025-12-26 19:13:27 +01:00
parent bbb7969950
commit 01bb81c665
2 changed files with 10 additions and 2 deletions

10
.bashrc
View File

@@ -48,4 +48,12 @@ export PATH="$PATH:$HOME/opt/weylus"
# Source Rust Env
. "$HOME/.cargo/env"
if command -v cargo >/dev/null 2>&1; then
. "$HOME/.cargo/env"
fi
hash wsl2-ssh-agent 2>/dev/null && {
eval $(wsl2-ssh-agent)
}