浏览代码

Ignore also `sc`--Czech to English

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

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

28
 export HISTCONTROL=$HISTCONTROL${HISTCONTROL:+:}ignoredups
28
 export HISTCONTROL=$HISTCONTROL${HISTCONTROL:+:}ignoredups
29
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
29
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
30
 export HISTIGNORE="$HISTIGNORE:git ap:git cm:git cma:git dc:git st"
30
 export HISTIGNORE="$HISTIGNORE:git ap:git cm:git cma:git dc:git st"
31
-export HISTIGNORE="$HISTIGNORE:se *"
31
+export HISTIGNORE="$HISTIGNORE:se *:sc *"
32
 export HISTFILESIZE=10000
32
 export HISTFILESIZE=10000
33
 export GLOBIGNORE=.:..
33
 export GLOBIGNORE=.:..
34
 
34