Browse Source

Ignore "se" and "sc" (slovnik.cz fast access script) again

Alois Mahdal 6 years ago
parent
commit
3bec32c47a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc View File

@@ -336,7 +336,7 @@ PROMPT_COMMAND="history -n; history -w; history -c; history -r; $PROMPT_COMMAND"
336 336
 HISTIGNORE="$HISTIGNORE:ls:ll:la:cd"
337 337
 HISTIGNORE="$HISTIGNORE:git dc:git st"
338 338
 HISTIGNORE="$HISTIGNORE:reset"
339
-#export HISTIGNORE="$HISTIGNORE:se *:sc *"
339
+HISTIGNORE="$HISTIGNORE:se *:sc *"
340 340
 HISTSIZE=-1
341 341
 HISTFILESIZE=100000
342 342
 GLOBIGNORE=.:..