diff options
-rw-r--r-- | alias | 1 | ||||
-rw-r--r-- | tigrc | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -75,6 +75,7 @@ alias debug='./gradlew app:installDebug && adb shell am start -n adb shell am st | |||
75 | alias adbdefault='adb shell dumpsys package domain-preferred-apps' | 75 | alias adbdefault='adb shell dumpsys package domain-preferred-apps' |
76 | alias adblist='adb shell dumpsys package d' | 76 | alias adblist='adb shell dumpsys package d' |
77 | alias rmcache='rm -rf ~/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/*' | 77 | alias rmcache='rm -rf ~/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/*' |
78 | alias adb-last-screenshot='adb pull /sdcard/Screenshots/`adb shell ls -t /sdcard/Screenshots/ | head -1` ~/Desktop' | ||
78 | 79 | ||
79 | # gist | 80 | # gist |
80 | gist_list=~/gist/gist.list | 81 | gist_list=~/gist/gist.list |
@@ -3,8 +3,14 @@ bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" | |||
3 | 3 | ||
4 | bind main c !?git checkout %(commit) | 4 | bind main c !?git checkout %(commit) |
5 | bind main T !?git show %(tag) | 5 | bind main T !?git show %(tag) |
6 | set main-view = \ | ||
7 | date:default \ | ||
8 | author:abbreviated \ | ||
9 | id:no \ | ||
10 | commit-title:yes,graph=v2 | ||
6 | 11 | ||
7 | bind status D !rm %(file) | 12 | bind status D !rm %(file) |
13 | bind status a !git commit --amend | ||
8 | 14 | ||
9 | bind stash D !?git stash drop %(stash) | 15 | bind stash D !?git stash drop %(stash) |
10 | bind stash A !?git stash apply %(stash) | 16 | bind stash A !?git stash apply %(stash) |