diff options
| author | typebrook <typebrook@gmail.com> | 2019-05-24 08:39:48 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-05-24 08:39:48 +0800 |
| commit | 6fde1304991a921405f5f8c0ff828cf1199349f0 (patch) | |
| tree | 9c4167215201570f441eba8f782f053cd79c1ae8 /alias | |
| parent | e39d5683f70df5e986ce70267e52eba5f0ad074f (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -39,10 +39,8 @@ alias cds='cd ~/git/settings' | |||
| 39 | alias chs='cd ~/git/settings && tig status' # check setting changes | 39 | alias chs='cd ~/git/settings && tig status' # check setting changes |
| 40 | 40 | ||
| 41 | # about vimwiki | 41 | # about vimwiki |
| 42 | alias cdw='cd ~/vimwiki' | ||
| 43 | alias chw='cd ~/vimwiki && tig' | 42 | alias chw='cd ~/vimwiki && tig' |
| 44 | alias ww='cd ~/vimwiki && git add * && git commit -am "update" && git push' | 43 | alias ww='cd ~/vimwiki && git add * && git commit -am "update" && git push' |
| 45 | alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' | ||
| 46 | 44 | ||
| 47 | # crontab | 45 | # crontab |
| 48 | alias ce='crontab -e' | 46 | alias ce='crontab -e' |
| @@ -103,6 +101,7 @@ alias ts='tig status' | |||
| 103 | alias tl='tig log' | 101 | alias tl='tig log' |
| 104 | alias ty='tig stash' | 102 | alias ty='tig stash' |
| 105 | alias tigr='tig refs' | 103 | alias tigr='tig refs' |
| 104 | alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' | ||
| 106 | 105 | ||
| 107 | # Android | 106 | # Android |
| 108 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' | 107 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' |