]> gitweb.fluxo.info Git - rhatto/dotfiles/profile.git/commitdiff
Fix: rename mkvim to mkedit
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 21 Oct 2020 12:32:04 +0000 (09:32 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 21 Oct 2020 12:32:04 +0000 (09:32 -0300)
profile.dot.link

index b98974327b94b56b27ff8d2ef91a14fcf413495f..e90b9af29fb721620c5e3231c280ca827710faf4 100644 (file)
@@ -225,7 +225,7 @@ mktouch() {
   touch "$*"
 }
 
-mkvim() {
+mkedit() {
   mktouch "$*"
   $EDITOR "$*"
 }