# HG changeset patch # User Steve Huston # Date 1745349121 14400 # Node ID d29c296908180fe2a99a01b09eb063da6f3d0df5 # Parent 61e290bd26a785df5e57e992898003b9e4aba310 New work laptop diff -r 61e290bd26a7 -r d29c29690818 .bash_aliases --- a/.bash_aliases Mon Apr 14 16:06:41 2025 -0400 +++ b/.bash_aliases Tue Apr 22 15:12:01 2025 -0400 @@ -179,8 +179,8 @@ PROXY_CMD=${PROXY_CMD:-hostname} case $1 in home) - if [ "$HOST" != "gallifrey" ] ; then - echo "Not on gallifrey, no need for this" + if [ "$HOST" != "gallifrey" -a "$HOST" != "lumbergh" ] ; then + echo "Not on gallifrey/lumbergh, no need for this" return fi PROXY_HOST=${PROXY_HOST:-joshua.srhuston.net} @@ -198,7 +198,7 @@ work) PROXY_HOST=${PROXY_HOST:-xanadu.astro.princeton.edu} PROXY_PORT=${PROXY_PORT:-8888} - if [ "$HOST" == "gallifrey" ] ; then + if [ "$HOST" == "gallifrey" -o "$HOST" == "lumbergh" ] ; then PROXY_PATH="/Users/huston/Library/Application Support/Google/Chrome" else PROXY_PATH="/Users/huston/Library/Application Support/Google/Chrome_Work"