Skip to content
Snippets Groups Projects
Commit 411b4702 authored by nimrod's avatar nimrod
Browse files

Added alias to browse to Mozilla's detectproxy service (when behind a captive portal).

parent ad7caa33
No related branches found
No related tags found
No related merge requests found
......@@ -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 "$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment