From 79668ee7b06835f94c261f362146f1ee786efbb3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Aug 2024 20:02:37 -0300 Subject: Fix: aliases: rfix and rfeat should invoke rcommit --- aliases.dot.link | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aliases.dot.link b/aliases.dot.link index 6efcf42..7045c94 100644 --- a/aliases.dot.link +++ b/aliases.dot.link @@ -59,8 +59,8 @@ alias tig="tig --all" alias upsup="up ; sup" alias fix="commit Fix: " alias feat="commit Feat: " -alias rfix="rsup Fix: " -alias rfeat="rsup Feat: " +alias rfix="rcommit Fix: " +alias rfeat="rcommit Feat: " # Calendar alias xcal="xcal.rb" -- cgit v1.2.3