This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ##我自己的alias: | |
| alias c='clear' | |
| alias lst='ls -lart' | |
| alias ip='ifconfig -a | grep "inet "' | |
| alias dp='adb shell dumpsys window | grep mCurrentFocus' | |
| alias pm='adb shell pm' | |
| alias am='adb shell am' | |
| alias un='adb uninstall' | |
| alias in='adb install' |