Bladeren bron

Added gnucash-importer to PERL5LIB

Alois Mahdal 12 jaren geleden
bovenliggende
commit
b1fc23b3be
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 1
    0
      dotfiles/bash/host/azzgoat.bashrc
  2. 1
    0
      dotfiles/bash/host/brn-mahdal.bashrc

+ 1
- 0
dotfiles/bash/host/azzgoat.bashrc Bestand weergeven

42
 
42
 
43
 # tame minions
43
 # tame minions
44
 export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
44
 export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
45
+export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
45
 
46
 
46
 # Add RVM to PATH for scripting
47
 # Add RVM to PATH for scripting
47
 export PATH=$PATH:$HOME/.rvm/bin
48
 export PATH=$PATH:$HOME/.rvm/bin

+ 1
- 0
dotfiles/bash/host/brn-mahdal.bashrc Bestand weergeven

21
 ### '''''' ###
21
 ### '''''' ###
22
 
22
 
23
 export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
23
 export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
24
+export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
24
 
25
 
25
 export current_project=mobile-issues
26
 export current_project=mobile-issues
26
 
27