浏览代码

Do not ignore common git aliases

Turns out that these need to be often repeated
Alois Mahdal 10 年前
父节点
当前提交
305edaf091
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc 查看文件

40
 
40
 
41
 export HISTCONTROL=$HISTCONTROL${HISTCONTROL:+:}ignoredups
41
 export HISTCONTROL=$HISTCONTROL${HISTCONTROL:+:}ignoredups
42
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
42
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
43
-export HISTIGNORE="$HISTIGNORE:git ap:git cm:git cma:git dc:git st"
43
+export HISTIGNORE="$HISTIGNORE:git dc:git st"
44
 export HISTIGNORE="$HISTIGNORE:se *:sc *"
44
 export HISTIGNORE="$HISTIGNORE:se *:sc *"
45
 export HISTSIZE=-1
45
 export HISTSIZE=-1
46
 export HISTFILESIZE=100000
46
 export HISTFILESIZE=100000