aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-08-17 19:31:04 +0800
committertypebrook <typebrook@gmail.com>2019-08-17 19:31:04 +0800
commit6bfa3b89f980a93dc5ce382db86ed0281038f51e (patch)
tree4bd154f17ef384a273b4b9ce58af05449ce8bd89
parent1ce9a9d154425e40d9812999578a4b645266684e (diff)
update
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index e939efb..e118ac8 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 we='weechat'
149mvt_decode() { 150mvt_decode() {
150 python3 $SETTING_DIR/scripts/mvt_decode.py $1 | tr \' \" | sed 's/True/true/g' | jq . 151 python3 $SETTING_DIR/scripts/mvt_decode.py $1 | tr \' \" | sed 's/True/true/g' | jq .
151} 152}