diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-10-21 09:32:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-10-21 09:32:04 -0300 |
commit | 0c0e174e7da5ef9c048e579d98aa58bed9fe90ca (patch) | |
tree | 6ba6837db409e20eb4167bb67fb5f12912590649 | |
parent | f2f3e2f7816b0c9e4f54a8bd3bc268d564705f26 (diff) | |
download | profile-0c0e174e7da5ef9c048e579d98aa58bed9fe90ca.tar.gz profile-0c0e174e7da5ef9c048e579d98aa58bed9fe90ca.tar.bz2 |
Fix: rename mkvim to mkedit
-rw-r--r-- | profile.dot.link | 2 |
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 "$*" } |