add support for ~/bin

This commit is contained in:
David Alexander Majnemer 2009-02-02 01:03:28 -06:00
parent 6965decbec
commit 13ccbf19af
2 changed files with 4 additions and 0 deletions

2
commonsh/01_bin Executable file
View file

@ -0,0 +1,2 @@
#! /bin/sh
concat_path "${HOME}/bin"

View file

@ -74,6 +74,8 @@ my %links = (
'xmonad.hs' => '.xmonad/xmonad.hs',
'gitconfig' => '.gitconfig',
'lock' => 'bin/lock',
);
for my $file (keys %links) {