diff options
| author | typebrook <typebrook@gmail.com> | 2019-07-07 21:10:32 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-07-07 21:10:32 +0800 |
| commit | 7f065b06366d036cb24f76f50fe55b88850f3553 (patch) | |
| tree | 388717c62fcb1fdcfc1a0911317d7e2503b26a25 /alias | |
| parent | 5073ecf245466d9aa591a05d2a1e50a3641fd513 (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -147,6 +147,11 @@ alias editor='select-editor' | |||
| 147 | alias hp='http-prompt' | 147 | alias hp='http-prompt' |
| 148 | alias clocg='cloc --vcs=git' | 148 | alias clocg='cloc --vcs=git' |
| 149 | alias tma='tmux a' | 149 | alias tma='tmux a' |
| 150 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' | ||
| 151 | alias big52utf8='_big52utf8' | ||
| 152 | _big52utf8() { | ||
| 153 | iconv -f BIG-5 -t UTF-8 $1 > $1.utf8 | ||
| 154 | } | ||
| 150 | 155 | ||
| 151 | # tmp | 156 | # tmp |
| 152 | alias cdo='cd ~/git/openmaptiles' | 157 | alias cdo='cd ~/git/openmaptiles' |
| @@ -155,11 +160,6 @@ alias cdS='cd ~/git/StreetComplete' | |||
| 155 | alias cdW='cd ~/git/geoBingAnWeb' | 160 | alias cdW='cd ~/git/geoBingAnWeb' |
| 156 | alias and='cd ~/git/geoBingAn.Android' | 161 | alias and='cd ~/git/geoBingAn.Android' |
| 157 | alias cdG='cd ~/git/git' | 162 | alias cdG='cd ~/git/git' |
| 158 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' | ||
| 159 | alias big52utf8='_big52utf8' | ||
| 160 | _big52utf8() { | ||
| 161 | iconv -f BIG-5 -t UTF-8 $1 > $1.utf8 | ||
| 162 | } | ||
| 163 | 163 | ||
| 164 | repo='git@github.com' | 164 | repo='git@github.com' |
| 165 | hub='https://github.com' | 165 | hub='https://github.com' |