feat: add alias for winget in WSL2 environment
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 27s
Nix Format Check / check-format (push) Failing after 1m21s
Python Lint Check / check-python (push) Failing after 20s

This commit is contained in:
2025-07-16 16:01:35 +02:00
parent a2a639ec56
commit fe80046042

View File

@@ -19,6 +19,7 @@ fi
# For microsoft-standard-WSL2 in uname -a # For microsoft-standard-WSL2 in uname -a
if [[ "$(uname -a)" == *"microsoft-standard-WSL2"* ]]; then if [[ "$(uname -a)" == *"microsoft-standard-WSL2"* ]]; then
source $HOME/.agent-bridge.sh source $HOME/.agent-bridge.sh
alias winget='winget.exe'
fi fi
# Docker Compose Alias (Mostly for old shell scripts) # Docker Compose Alias (Mostly for old shell scripts)