Browse Source

Free 't' for next alias

Use 'r' for typos since it's typo of 't'.
Alois Mahdal 9 years ago
parent
commit
4143bbc330
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/gittum/main.gitconfig

+ 1
- 1
dotfiles/gittum/main.gitconfig View File

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