aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-10-21 09:32:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-10-21 09:32:04 -0300
commit0c0e174e7da5ef9c048e579d98aa58bed9fe90ca (patch)
tree6ba6837db409e20eb4167bb67fb5f12912590649
parentf2f3e2f7816b0c9e4f54a8bd3bc268d564705f26 (diff)
downloadprofile-0c0e174e7da5ef9c048e579d98aa58bed9fe90ca.tar.gz
profile-0c0e174e7da5ef9c048e579d98aa58bed9fe90ca.tar.bz2
Fix: rename mkvim to mkedit
-rw-r--r--profile.dot.link2
1 files changed, 1 insertions, 1 deletions
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 "$*"
}