changeset 196:1d13f4ed76f5

Quiet the output from chrome
author Steve Huston <huston@srhuston.net>
date Wed, 30 Sep 2020 10:47:23 -0400
parents e04f955ab31c
children 954d25f20123
files .bash_aliases
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 }