add usbipd

This commit is contained in:
Joel Beckmeyer 2024-10-28 11:26:28 -04:00
parent 0a0186fe64
commit 0b4683d3e1

View File

@ -50,10 +50,11 @@ alias xrm='sudo xbps-remove'
if [[ -n "$WSL_DISTRO_NAME" ]]; then if [[ -n "$WSL_DISTRO_NAME" ]]; then
alias adb='adb.exe' alias adb='adb.exe'
alias fastboot='fastboot.exe'
alias choco='choco.exe' alias choco='choco.exe'
alias fastboot='fastboot.exe'
alias gsudo='gsudo.exe' alias gsudo='gsudo.exe'
alias pwsh='pwsh.exe' alias pwsh='pwsh.exe'
alias usbipd='usbipd.exe'
fi fi
# GPG setup (and SSH) # GPG setup (and SSH)