From 411b47022b4f520f281a17fb4c27f7ff51c8e9d3 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 17 Feb 2019 06:34:07 +0200 Subject: [PATCH] Added alias to browse to Mozilla's detectproxy service (when behind a captive portal). --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 3dbf81a..303ec8f 100644 --- a/.bashrc +++ b/.bashrc @@ -105,6 +105,7 @@ command -v notify-send > /dev/null || alias notify-send='bell' alias __gcloud='docker run --rm -it -v "$HOME/.config/gcloud:/tmp/.config/gcloud" -e "HOME=/tmp" -u "$(id -u):$(id -g)" google/cloud-sdk:alpine' alias gcloud='__gcloud gcloud' alias gsutil='__gcloud gsutil' +alias detectproxy='lynx http://detectportal.firefox.com/success.txt' monitor () { if eval "$@" -- GitLab