Added 'hex' alias to open file with Hex Fiend
authorMark Szymanski <mrman208@me.com>
Thu, 20 Jan 2011 17:05:50 +0000 (11:05 -0600)
committerMark Szymanski <mrman208@me.com>
Thu, 20 Jan 2011 17:05:50 +0000 (11:05 -0600)
aliases/osx.aliases.bash

index a7826ba..e074695 100644 (file)
@@ -13,6 +13,7 @@ alias chromium="open -a chromium"
 alias dashcode="open -a dashcode"
 alias f='open -a Finder '
 alias textedit='open -a TextEdit'
+alias hex='open -a "Hex Fiend"'
 
 if [ -s /usr/bin/firefox ] ; then
   unalias firefox