diff options
| author | typebrook <typebrook@gmail.com> | 2018-12-27 15:54:46 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2018-12-27 15:54:46 +0800 |
| commit | 336a82efff0cb4189a7668e065f33137620e1e06 (patch) | |
| tree | 63c05a02dc60ed63bf7b99f22fee187d715b6eb8 | |
| parent | dd52b130885e2aa95a845bca7cad1dacad7f556e (diff) | |
update
| -rw-r--r-- | .bash_aliases | 3 | ||||
| -rw-r--r-- | .tigrc | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.bash_aliases b/.bash_aliases index 230e582..e1cf8d9 100644 --- a/.bash_aliases +++ b/.bash_aliases | |||
| @@ -48,10 +48,11 @@ alias tr='tig refs' | |||
| 48 | alias tl='tig log' | 48 | alias tl='tig log' |
| 49 | alias ty='tig stash' | 49 | alias ty='tig stash' |
| 50 | 50 | ||
| 51 | # adb | 51 | # Android |
| 52 | alias debug='./gradlew app:installDebug && adb shell am start -n adb shell am start -n com.geothings.geobingan/.MainActivity_' | 52 | alias debug='./gradlew app:installDebug && adb shell am start -n adb shell am start -n com.geothings.geobingan/.MainActivity_' |
| 53 | alias adbdefault='adb shell dumpsys package domain-preferred-apps' | 53 | alias adbdefault='adb shell dumpsys package domain-preferred-apps' |
| 54 | alias adblist='adb shell dumpsys package d' | 54 | alias adblist='adb shell dumpsys package d' |
| 55 | alias rmcache='rm -rf ~/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/*' | ||
| 55 | 56 | ||
| 56 | # misc | 57 | # misc |
| 57 | alias ll='ls -lh' | 58 | alias ll='ls -lh' |
| @@ -3,3 +3,5 @@ bind stash A !?git stash apply %(stash) | |||
| 3 | bind status D !rm %(file) | 3 | bind status D !rm %(file) |
| 4 | bind main c !?git checkout %(commit) | 4 | bind main c !?git checkout %(commit) |
| 5 | bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" | 5 | bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" |
| 6 | |||
| 7 | set main-view author:abbreviated | ||