Browse Source

Added gnucash-importer to PERL5LIB

Alois Mahdal 12 years ago
parent
commit
b1fc23b3be
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      dotfiles/bash/host/azzgoat.bashrc
  2. 1
    0
      dotfiles/bash/host/brn-mahdal.bashrc

+ 1
- 0
dotfiles/bash/host/azzgoat.bashrc View File

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 View File

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