aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 "$*"
}