Bläddra i källkod

Ignore ubiquitous gitbits

Alois Mahdal 12 år sedan
förälder
incheckning
530813d4a2
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      dotfiles/bash/global-before.bashrc

+ 1
- 0
dotfiles/bash/global-before.bashrc Visa fil

10
 
10
 
11
 export HISTCONTROL=$HISTCONTROL${HISTCONTROL+:}ignoredups
11
 export HISTCONTROL=$HISTCONTROL${HISTCONTROL+:}ignoredups
12
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
12
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
13
+export HISTIGNORE="$HISTIGNORE:git ap:git cm:git cma:git dc:git st"
13
 export GLOBIGNORE=.:..
14
 export GLOBIGNORE=.:..
14
 
15
 
15
 # some more aliases
16
 # some more aliases