# HG changeset patch # User Steve Huston # Date 1601477243 14400 # Node ID 1d13f4ed76f5d51c03bad029cb56b46be3f0f889 # Parent e04f955ab31cac31a13c41819e20f6ab378130fd Quiet the output from chrome diff -r e04f955ab31c -r 1d13f4ed76f5 .bash_aliases --- a/.bash_aliases Tue Sep 29 15:43:29 2020 -0400 +++ b/.bash_aliases Wed Sep 30 10:47:23 2020 -0400 @@ -92,7 +92,7 @@ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \ --proxy-server="socks5://127.0.0.1:$PROXY_PORT" \ --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost" \ - --user-data-dir="/Users/huston/Library/Application Support/Google/Chrome/ProxiedProfile" & + --user-data-dir="/Users/huston/Library/Application Support/Google/Chrome/ProxiedProfile" > /dev/null 2>&1 & history -s ssh -O cancel -D $PROXY_PORT $PROXY_HOST echo Cancel command added to history }