Parcourir la source

Ignore `se` (English dictionary query)

Alois Mahdal il y a 10 ans
Parent
révision
4a14c87015
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc Voir le fichier

@@ -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