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,6 +42,7 @@ alias lico-update.sh='~/bin/lico-update.sh'
42 42
 
43 43
 # tame minions
44 44
 export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
45
+export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
45 46
 
46 47
 # Add RVM to PATH for scripting
47 48
 export PATH=$PATH:$HOME/.rvm/bin

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

@@ -21,6 +21,7 @@ alias gnucash="LANG=cs_CZ.utf8 gnucash"
21 21
 ### '''''' ###
22 22
 
23 23
 export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
24
+export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
24 25
 
25 26
 export current_project=mobile-issues
26 27