From: Silvio Rhatto Date: Wed, 21 Oct 2020 12:32:04 +0000 (-0300) Subject: Fix: rename mkvim to mkedit X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0c0e174e7da5ef9c048e579d98aa58bed9fe90ca;p=rhatto%2Fdotfiles%2Fprofile.git Fix: rename mkvim to mkedit --- diff --git a/profile.dot.link b/profile.dot.link index b989743..e90b9af 100644 --- a/profile.dot.link +++ b/profile.dot.link @@ -225,7 +225,7 @@ mktouch() { touch "$*" } -mkvim() { +mkedit() { mktouch "$*" $EDITOR "$*" }