Ver código fonte

Fix HISTIGNORE error

Alois Mahdal 10 anos atrás
pai
commit
85bcb62574
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      dotfiles/bash/main.bashrc

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

@@ -28,7 +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
+export HISTIGNORE="$HISTIGNORE:se *"
32 32
 export HISTFILESIZE=10000
33 33
 export GLOBIGNORE=.:..
34 34