diff --git a/bash/bashrc b/bash/bashrc index 5296f1e..33e2238 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -146,6 +146,7 @@ if grep -qEi "(Microsoft|WSL)" /proc/version &> /dev/null then echo -e "${green} * ${nc} WSL env detected ..." export DISPLAY=:0.0 + alias adb="/mnt/c/Android/android-sdk/platform-tools/adb.exe" fi echo -e "Ready${green}!${nc}"