From ca176481e178821abaddbbcc05502f2623599530 Mon Sep 17 00:00:00 2001 From: typebrook Date: Mon, 11 Feb 2019 14:46:29 +0800 Subject: update --- alias | 1 + tigrc | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/alias b/alias index f05cd6f..bf45046 100644 --- a/alias +++ b/alias @@ -71,6 +71,7 @@ alias debug='./gradlew app:installDebug && adb shell am start -n adb shell am st alias adbdefault='adb shell dumpsys package domain-preferred-apps' alias adblist='adb shell dumpsys package d' alias rmcache='rm -rf ~/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/*' +alias adb-last-screenshot='adb pull /sdcard/Screenshots/`adb shell ls -t /sdcard/Screenshots/ | head -1` ~/Desktop' # gist gist_list=~/gist/gist.list diff --git a/tigrc b/tigrc index 83a4677..854c212 100644 --- a/tigrc +++ b/tigrc @@ -3,8 +3,14 @@ bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" bind main c !?git checkout %(commit) bind main T !?git show %(tag) +set main-view = \ + date:default \ + author:abbreviated \ + id:no \ + commit-title:yes,graph=v2 bind status D !rm %(file) +bind status a !git commit --amend bind stash D !?git stash drop %(stash) bind stash A !?git stash apply %(stash) -- cgit v1.2.3-70-g09d2