diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-06-18 11:36:20 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-06-18 11:36:20 +0800 |
commit | c1e2b436a00117af6c63daa7f2716f4ae0038d80 (patch) | |
tree | 3439aa06a96af41c6c1cad0692b3b7e2354e8677 /alias | |
parent | 994be20d5ed1019cac3b2157b0a154727bf2abbf (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -446,6 +446,7 @@ alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' | |||
446 | alias we='weechat' | 446 | alias we='weechat' |
447 | alias p8='ping -c 3 8.8.8.8' | 447 | alias p8='ping -c 3 8.8.8.8' |
448 | alias curl.google='curl -v google.com' | 448 | alias curl.google='curl -v google.com' |
449 | alias curl.wifi='curl -I google.com | grep -E "^Location:" | cut -d" " -f2 | xsel -ib' | ||
449 | pbf() { | 450 | pbf() { |
450 | protoc --decode_raw | 451 | protoc --decode_raw |
451 | } | 452 | } |