From 809588f273392d631eb5c131d638b762178d14a7 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 31 Dec 2025 21:46:13 +0300 Subject: [PATCH] .bashrc: Fix `mk` command name I renamed `m` to `mk` long ago. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3