From: Oleg Broytman Date: Wed, 31 Dec 2025 18:46:13 +0000 (+0300) Subject: .bashrc: Fix `mk` command name X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=HEAD;p=dotfiles.git .bashrc: Fix `mk` command name I renamed `m` to `mk` long ago. --- diff --git a/.bashrc b/.bashrc index 7ddf162..9191c4e 100644 --- a/.bashrc +++ b/.bashrc @@ -146,7 +146,7 @@ delegate_completion() { } delegate_completion host host.py -delegate_completion make m +delegate_completion make mk delegate_completion ping p DELEGATE_NOSPACE=1 delegate_completion rsync r rsync_cgmn rsync_cgmn_recode rsync_cgmn_recode2 delegate_completion ssh s