diff --git a/.config/shell/rc/aliased-short-names b/.config/shell/rc/aliased-short-names index 895647fc..75c62e6f 100644 --- a/.config/shell/rc/aliased-short-names +++ b/.config/shell/rc/aliased-short-names @@ -191,3 +191,5 @@ ffmpeg-srt() { ffmpeg -i "${1?}" -map "${2?}" out.srt } alias fs=ffmpeg-srt + +alias captive='curl -LI http://neverssl.com'