Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 235:2b3e169f8182
Updating proxy setting, forgot I wasn't using a controlmaster there
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Wed, 03 Aug 2022 21:17:26 -0400 |
parents | 863d190c2fa1 |
children | bf173fdcf76e |
comparison
equal
deleted
inserted
replaced
234:863d190c2fa1 | 235:2b3e169f8182 |
---|---|
116 ;; | 116 ;; |
117 w2zq) | 117 w2zq) |
118 PROXY_HOST=${PROXY_HOST:-ssh://w2zq.mywire.org:22022} | 118 PROXY_HOST=${PROXY_HOST:-ssh://w2zq.mywire.org:22022} |
119 PROXY_PORT=${PROXY_PORT:-8886} | 119 PROXY_PORT=${PROXY_PORT:-8886} |
120 PROXY_PATH="/Users/huston/Library/Application Support/Google/Chrome_W2ZQ" | 120 PROXY_PATH="/Users/huston/Library/Application Support/Google/Chrome_W2ZQ" |
121 PROXY_UMOUNT="ssh -O exit $PROXY_HOST" | |
121 ;; | 122 ;; |
122 *) | 123 *) |
123 echo "Proxy needs one argument: home, work, rc, or w2zq" | 124 echo "Proxy needs one argument: home, work, rc, or w2zq" |
124 return | 125 return |
125 ;; | 126 ;; |