dotfiles

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

commit a7e23d81b5dc5b09089a403aa42da293b0a89adc
parent 3b19f94426480693ed38fa2a90a5d33be869bc49
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Mon,  8 Sep 2014 20:54:47 -0700

Bin: Very minor tweak

Diffstat:
bin/calc | 2+-
bin/ed | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/calc b/bin/calc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# + # calc: preform fast calculations on the go # # Tired of having to open a new terminal, run `bc`, type the calculation, only diff --git a/bin/ed b/bin/ed @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# + # ed: EDit file or folder with your editor of choice # # If you don't supply a argument then it just edits the folder you're in with