Move to 'google-chrome' and use abspath
authorDan White <dan@whiteaudio.com>
Sat, 2 Apr 2011 01:13:11 +0000 (20:13 -0500)
committerDan White <dan@whiteaudio.com>
Sat, 2 Apr 2011 01:13:11 +0000 (20:13 -0500)
chrome [deleted file]
google-chrome [new file with mode: 0755]

diff --git a/chrome b/chrome
deleted file mode 100755 (executable)
index be86e98..0000000
--- a/chrome
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-# run chromium / google-chrome on current display hack
-
-DISPDIR=$(echo $DISPLAY | awk -F. '{print $1}')
-exec google-chrome --user-data-dir=$HOME/.config/google-chrome/$DISPDIR $@
diff --git a/google-chrome b/google-chrome
new file mode 100755 (executable)
index 0000000..23d7051
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# run chromium / google-chrome on current display hack
+
+DISPDIR=$(echo $DISPLAY | awk -F. '{print $1}')
+exec /usr/bin/google-chrome --user-data-dir=$HOME/.config/google-chrome/$DISPDIR $@