diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-05 20:02:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-05 20:02:37 -0300 |
commit | 79668ee7b06835f94c261f362146f1ee786efbb3 (patch) | |
tree | 54d23fc78709b7ab8a7fd457aeb8224a8fdd4180 /aliases.dot.link | |
parent | 805f4085dac737c2e7b38ff5d96aa5d0fc5f60e9 (diff) | |
download | profile-79668ee7b06835f94c261f362146f1ee786efbb3.tar.gz profile-79668ee7b06835f94c261f362146f1ee786efbb3.tar.bz2 |
Fix: aliases: rfix and rfeat should invoke rcommit
Diffstat (limited to 'aliases.dot.link')
-rw-r--r-- | aliases.dot.link | 4 |
1 files 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" |