aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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}