dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit a6a43724f7fa30b72f4474890854c5029843b516
parent b7772726254b9349b99476ea3da845422a4fccf5
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Fri,  5 Sep 2014 16:31:04 -0700

Bin: Add firefox script

Diffstat:
bin/firefox | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/bin/firefox b/bin/firefox @@ -0,0 +1,9 @@ +#!/bin/sh + +# +# A very tiny script I made to run my install of firefox. +# + +# change this to where your firefox install is. +$HOME/.firefox/firefox +