Преглед на файлове

Do not ignore common git aliases

Turns out that these need to be often repeated
Alois Mahdal преди 10 години
родител
ревизия
305edaf091
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc Целия файл

@@ -40,7 +40,7 @@ bcdiff() {
40 40
 
41 41
 export HISTCONTROL=$HISTCONTROL${HISTCONTROL:+:}ignoredups
42 42
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
43
-export HISTIGNORE="$HISTIGNORE:git ap:git cm:git cma:git dc:git st"
43
+export HISTIGNORE="$HISTIGNORE:git dc:git st"
44 44
 export HISTIGNORE="$HISTIGNORE:se *:sc *"
45 45
 export HISTSIZE=-1
46 46
 export HISTFILESIZE=100000