Alois Mahdal пре 13 година
родитељ
комит
530813d4a2
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      dotfiles/bash/global-before.bashrc

+ 1
- 0
dotfiles/bash/global-before.bashrc Прегледај датотеку

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