aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-07-26 11:25:53 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-07-26 11:25:53 +0800
commit54e1962e2622c087d85e5f933905081833c8bcf9 (patch)
tree339ef59a5311f5a721cf2e4b7762cf6aa320a548 /alias
parentcbfbcb8f125a1643752ef93c7a045de136914d49 (diff)
Update
Diffstat (limited to 'alias')
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index 1627b5e..b9e23a0 100644
--- a/alias
+++ b/alias
@@ -515,6 +515,7 @@ alias thsr='curl -L google.com >/tmp/foo.html && xdg-open /tmp/foo.html'
515todo() { cd ~/vimwiki && grep -R ' TODO ' --exclude-dir=logseq/; } 515todo() { cd ~/vimwiki && grep -R ' TODO ' --exclude-dir=logseq/; }
516fix() { which $1 && grep -Po 'FIXME.*' $(which $1); } 516fix() { which $1 && grep -Po 'FIXME.*' $(which $1); }
517alias ffmpeg='ffmpeg -hide_banner' 517alias ffmpeg='ffmpeg -hide_banner'
518alias md='reveal'
518 519
519TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' 520TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305'
520TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312' 521TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312'