Explorar el Código

Fix typo in HISTCONTROLL assignment

Alois Mahdal hace 12 años
padre
commit
424d0276ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc Ver fichero

25
 ### BASH ###
25
 ### BASH ###
26
 ### '''' ###
26
 ### '''' ###
27
 
27
 
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"