Quellcode durchsuchen

Fortify HISTIGNORE against filename expansion

Alois Mahdal vor 10 Jahren
Ursprung
Commit
a0b9083ec0
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      dotfiles/bash/main.bashrc

+ 2
- 2
dotfiles/bash/main.bashrc Datei anzeigen

@@ -39,9 +39,9 @@ bcdiff() {
39 39
 ### '''' ###
40 40
 
41 41
 export HISTCONTROL=erasedups
42
-export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
42
+export HISTIGNORE="$HISTIGNORE:ls:ll:la:cd"
43 43
 export HISTIGNORE="$HISTIGNORE:git dc:git st"
44
-export HISTIGNORE="$HISTIGNORE:se *:sc *"
44
+#export HISTIGNORE="$HISTIGNORE:se *:sc *"
45 45
 export HISTSIZE=-1
46 46
 export HISTFILESIZE=100000
47 47
 export GLOBIGNORE=.:..