dotfiles

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

commit 88afd310ed8faed368c4018b3ed5eb1a0962b2bf
parent c66febddee6b1d4bdbafc2b44db32a4427819d06
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Wed, 13 May 2015 21:20:09 -0700

Update edium.sh

Diffstat:
bin/edium.sh | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/bin/edium.sh b/bin/edium.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash -# ed: EDit file or folder with your EDITOR - +# ed: EDit with your EDITOR ed() { if [[ "$@" == "" ]]; then $EDITOR . @@ -11,7 +10,6 @@ ed() { } # ED: Rotate between EDITORs - ED() { local EDITOR_new if [[ $EDITOR == "vim" ]]; then