浏览代码

Free 't' for next alias

Use 'r' for typos since it's typo of 't'.
Alois Mahdal 10 年前
父节点
当前提交
4143bbc330
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      dotfiles/gittum/main.gitconfig

+ 1
- 1
dotfiles/gittum/main.gitconfig 查看文件

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)\"'