瀏覽代碼

Added gnucash-importer to PERL5LIB

Alois Mahdal 12 年之前
父節點
當前提交
b1fc23b3be
共有 2 個檔案被更改,包括 2 行新增0 行删除
  1. 1
    0
      dotfiles/bash/host/azzgoat.bashrc
  2. 1
    0
      dotfiles/bash/host/brn-mahdal.bashrc

+ 1
- 0
dotfiles/bash/host/azzgoat.bashrc 查看文件

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 查看文件

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