diff options
| -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 |