diff options
author | typebrook <typebrook@gmail.com> | 2019-03-26 23:49:49 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-26 23:49:49 +0800 |
commit | d0a5817fcede7663924bc775d8968a6db3ef8743 (patch) | |
tree | 93db2a8cb8b4780a7152e99a495aa1009c912b4a | |
parent | 54d3488f7d65235277cff200e968ffc2863d8d25 (diff) |
update
-rw-r--r-- | alias | 1 | ||||
-rw-r--r-- | tigrc | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -81,7 +81,6 @@ alias ts='tig status' | |||
81 | alias tg='tig grep' | 81 | alias tg='tig grep' |
82 | alias tl='tig log' | 82 | alias tl='tig log' |
83 | alias ty='tig stash' | 83 | alias ty='tig stash' |
84 | alias rl='git reflog --pretty=raw | tig --pretty=raw' | ||
85 | 84 | ||
86 | # Android | 85 | # Android |
87 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' | 86 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' |
@@ -18,7 +18,7 @@ bind generic 3 >sh -c "vim ~/.tigrc" | |||
18 | bind generic 4 :source ~/.tigrc | 18 | bind generic 4 :source ~/.tigrc |
19 | 19 | ||
20 | bind generic L >sh -c "git reflog --pretty=raw | tig --pretty=raw" | 20 | bind generic L >sh -c "git reflog --pretty=raw | tig --pretty=raw" |
21 | bind generic _ ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"} | 21 | bind generic ; ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"} |
22 | 22 | ||
23 | set ignore-case = true | 23 | set ignore-case = true |
24 | set line-graphics = utf-8 | 24 | set line-graphics = utf-8 |