From 0c0e174e7da5ef9c048e579d98aa58bed9fe90ca Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 21 Oct 2020 09:32:04 -0300 Subject: Fix: rename mkvim to mkedit --- profile.dot.link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$*" } -- cgit v1.2.3