diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-30 21:01:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-30 21:01:04 -0300 |
commit | 805f4085dac737c2e7b38ff5d96aa5d0fc5f60e9 (patch) | |
tree | f58175e0b2b726912cef9715c0b390930e91ae62 /aliases.dot.link | |
parent | 9141d5974b8573713040a3b956aa8835eaf49c26 (diff) | |
download | profile-805f4085dac737c2e7b38ff5d96aa5d0fc5f60e9.tar.gz profile-805f4085dac737c2e7b38ff5d96aa5d0fc5f60e9.tar.bz2 |
Feat: aliases: adds rsup and rfix
Diffstat (limited to 'aliases.dot.link')
-rw-r--r-- | aliases.dot.link | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aliases.dot.link b/aliases.dot.link index 13b37f0..6efcf42 100644 --- a/aliases.dot.link +++ b/aliases.dot.link @@ -59,6 +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: " # Calendar alias xcal="xcal.rb" |