浏览代码

Ignore ubiquitous gitbits

Alois Mahdal 11 年前
父节点
当前提交
530813d4a2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      dotfiles/bash/global-before.bashrc

+ 1
- 0
dotfiles/bash/global-before.bashrc 查看文件

10
 
10
 
11
 export HISTCONTROL=$HISTCONTROL${HISTCONTROL+:}ignoredups
11
 export HISTCONTROL=$HISTCONTROL${HISTCONTROL+:}ignoredups
12
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
12
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
13
+export HISTIGNORE="$HISTIGNORE:git ap:git cm:git cma:git dc:git st"
13
 export GLOBIGNORE=.:..
14
 export GLOBIGNORE=.:..
14
 
15
 
15
 # some more aliases
16
 # some more aliases