소스 검색

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