Browse Source

fix: remove old CHROME_BIN that should no longer be needed

Kyle P Davis 11 months ago
parent
commit
d88d162d95
1 changed files with 0 additions and 6 deletions
  1. 0 6
      .profile

+ 0 - 6
.profile

@@ -35,12 +35,6 @@ fi
 # Default editor
 export EDITOR="vim"
 
-# Help things find Google Chrome
-if [ "$OS" = "Darwin" ]; then
-	CHROME_BIN="$HOME/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
-	! [ -f "$CHROME_BIN" ]  ||  export CHROME_BIN
-fi
-
 # Configure go lang
 if [ "$OS" = "Darwin" ]; then
 	export GOROOT="$BREW_PREFIX/opt/go/libexec"