aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-07-07 21:09:40 +0800
committertypebrook <typebrook@gmail.com>2019-07-07 21:09:40 +0800
commit5073ecf245466d9aa591a05d2a1e50a3641fd513 (patch)
tree323151b55fed9ad2d861573c377f10881c94c72d
parent6f0e512752d7e166257b0b1a0088adcf589ad404 (diff)
update
-rw-r--r--alias4
1 files changed, 4 insertions, 0 deletions
diff --git a/alias b/alias
index 790a4f3..7157a85 100644
--- a/alias
+++ b/alias
@@ -156,6 +156,10 @@ alias cdW='cd ~/git/geoBingAnWeb'
156alias and='cd ~/git/geoBingAn.Android' 156alias and='cd ~/git/geoBingAn.Android'
157alias cdG='cd ~/git/git' 157alias cdG='cd ~/git/git'
158alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' 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}
159 163
160repo='git@github.com' 164repo='git@github.com'
161hub='https://github.com' 165hub='https://github.com'