Parcourir la source

Use only erasedups in HISTCONTROL

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

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

38
 ### BASH ###
38
 ### BASH ###
39
 ### '''' ###
39
 ### '''' ###
40
 
40
 
41
-export HISTCONTROL=$HISTCONTROL${HISTCONTROL:+:}ignoredups
41
+export HISTCONTROL=erasedups
42
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
42
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
43
 export HISTIGNORE="$HISTIGNORE:git dc:git st"
43
 export HISTIGNORE="$HISTIGNORE:git dc:git st"
44
 export HISTIGNORE="$HISTIGNORE:se *:sc *"
44
 export HISTIGNORE="$HISTIGNORE:se *:sc *"