aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-02-11 14:46:29 +0800
committertypebrook <typebrook@gmail.com>2019-02-11 14:46:29 +0800
commitca176481e178821abaddbbcc05502f2623599530 (patch)
tree34e19bbb971264fde8134b1adbd8c24962ebc609
parent29acaf5b74413a340803349d036207a69c6f436a (diff)
update
-rw-r--r--alias1
-rw-r--r--tigrc6
2 files changed, 7 insertions, 0 deletions
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
71alias adbdefault='adb shell dumpsys package domain-preferred-apps' 71alias adbdefault='adb shell dumpsys package domain-preferred-apps'
72alias adblist='adb shell dumpsys package d' 72alias adblist='adb shell dumpsys package d'
73alias rmcache='rm -rf ~/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/*' 73alias rmcache='rm -rf ~/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/*'
74alias adb-last-screenshot='adb pull /sdcard/Screenshots/`adb shell ls -t /sdcard/Screenshots/ | head -1` ~/Desktop'
74 75
75# gist 76# gist
76gist_list=~/gist/gist.list 77gist_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"
3 3
4bind main c !?git checkout %(commit) 4bind main c !?git checkout %(commit)
5bind main T !?git show %(tag) 5bind main T !?git show %(tag)
6set main-view = \
7 date:default \
8 author:abbreviated \
9 id:no \
10 commit-title:yes,graph=v2
6 11
7bind status D !rm %(file) 12bind status D !rm %(file)
13bind status a !git commit --amend
8 14
9bind stash D !?git stash drop %(stash) 15bind stash D !?git stash drop %(stash)
10bind stash A !?git stash apply %(stash) 16bind stash A !?git stash apply %(stash)