summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-07-07 21:10:32 +0800
committertypebrook <typebrook@gmail.com>2019-07-07 21:10:32 +0800
commit7f065b06366d036cb24f76f50fe55b88850f3553 (patch)
tree388717c62fcb1fdcfc1a0911317d7e2503b26a25
parent5073ecf245466d9aa591a05d2a1e50a3641fd513 (diff)
update
-rw-r--r--alias10
1 files changed, 5 insertions, 5 deletions
diff --git a/alias b/alias
index 7157a85..a621f56 100644
--- a/alias
+++ b/alias
@@ -147,6 +147,11 @@ alias editor='select-editor'
147alias hp='http-prompt' 147alias hp='http-prompt'
148alias clocg='cloc --vcs=git' 148alias clocg='cloc --vcs=git'
149alias tma='tmux a' 149alias tma='tmux a'
150alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm'
151alias big52utf8='_big52utf8'
152_big52utf8() {
153 iconv -f BIG-5 -t UTF-8 $1 > $1.utf8
154}
150 155
151# tmp 156# tmp
152alias cdo='cd ~/git/openmaptiles' 157alias cdo='cd ~/git/openmaptiles'
@@ -155,11 +160,6 @@ alias cdS='cd ~/git/StreetComplete'
155alias cdW='cd ~/git/geoBingAnWeb' 160alias cdW='cd ~/git/geoBingAnWeb'
156alias and='cd ~/git/geoBingAn.Android' 161alias and='cd ~/git/geoBingAn.Android'
157alias cdG='cd ~/git/git' 162alias cdG='cd ~/git/git'
158alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm'
159alias big52utf8='_big52utf8'
160_big52utf8() {
161 iconv -f BIG-5 -t UTF-8 $1 > $1.utf8
162}
163 163
164repo='git@github.com' 164repo='git@github.com'
165hub='https://github.com' 165hub='https://github.com'