dotfiles

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

commit 6c9469d4326b1e05ede8290399d9b3f2683618fa
parent 723e03df4549442a528fdfe9a231266c055dddbc
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Wed, 30 Mar 2016 22:02:32 -0700

Bin: Clean up ED.sh code

Diffstat:
bin/ED.sh | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/bin/ED.sh b/bin/ED.sh @@ -12,6 +12,5 @@ ED() { echo "Setting EDITOR to $EDITOR_new" EDITOR=$EDITOR_new - echo "EDITOR is now $EDITOR" }