Procházet zdrojové kódy

Free 't' for next alias

Use 'r' for typos since it's typo of 't'.
Alois Mahdal před 9 roky
rodič
revize
4143bbc330
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      dotfiles/gittum/main.gitconfig

+ 1
- 1
dotfiles/gittum/main.gitconfig Zobrazit soubor

@@ -9,7 +9,7 @@
9 9
   cma = commit --verbose --amend
10 10
   cmf = !sh -c \
11 11
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_flake8)\"'
12
-  cmt = !sh -c \
12
+  cmr = !sh -c \
13 13
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
14 14
   cmv = !sh -c \
15 15
         'git commit --verbose --edit --message=\"$(~/.gittum/bin/findcat msg_bumpv)\"'