瀏覽代碼

Add home bin to PATH on tamten

Alois Mahdal 11 年之前
父節點
當前提交
990214efd9
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      dotfiles/bash/host/tamten.bashrc

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

19
 export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
19
 export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
20
 export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
20
 export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
21
 export EDITOR="vim"
21
 export EDITOR="vim"
22
+export PATH="$HOME/bin:$PATH"