dotfiles

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

commit 186c37889de708ca9a7fbdd9bc430d908925ad3b
parent 42569833c187cab55f03de097b108b3fd1ce8351
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Wed,  2 Sep 2015 21:49:56 -0700

Bin: Update shebangs

Diffstat:
bin/$ | 2+-
bin/firefox | 4+---
bin/terminal | 2+-
3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/bin/$ b/bin/$ @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # $: a script for blindly copying commands from the internet # diff --git a/bin/firefox b/bin/firefox @@ -1,8 +1,6 @@ -#!/bin/sh +#!/usr/bin/env bash -# # A very tiny script I made to run my install of firefox. -# # change this to where your firefox install is. $HOME/.firefox/firefox diff --git a/bin/terminal b/bin/terminal @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # terminal='terminator' # terminal='gnome-terminal'