소스 검색

Ignore `se` (English dictionary query)

Alois Mahdal 10 년 전
부모
커밋
4a14c87015
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc 파일 보기

@@ -28,6 +28,7 @@ clear_to_bottom() {
28 28
 export HISTCONTROL=$HISTCONTROL${HISTCONTROL+:}ignoredups
29 29
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
30 30
 export HISTIGNORE="$HISTIGNORE:git ap:git cm:git cma:git dc:git st"
31
+export HISTIGNORE="$HISTIGNORE:se"
31 32
 export HISTFILESIZE=10000
32 33
 export GLOBIGNORE=.:..
33 34