aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index e0a1952..298734a 100644
--- a/alias
+++ b/alias
@@ -146,6 +146,7 @@ alias hp='http-prompt'
146alias clocg='cloc --vcs=git' 146alias clocg='cloc --vcs=git'
147alias tma='tmux a' 147alias tma='tmux a'
148alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' 148alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm'
149alias mvt_decode='python3 $SETTING_DIR/scripts/mvt_decode.py'
149alias big52utf8='_big52utf8' 150alias big52utf8='_big52utf8'
150_big52utf8() { 151_big52utf8() {
151 iconv -f BIG-5 -t UTF-8 $1 > $1.utf8 152 iconv -f BIG-5 -t UTF-8 $1 > $1.utf8