feat: add alias for winget in WSL2 environment
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -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)
|
||||||
|
Reference in New Issue
Block a user