From d66b8b7e9220c8c5494c3cf1ff9bb82745fc9d16 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 27 Dec 2008 06:54:08 +0100 Subject: include/bootstrap: Add ~/bin to the path --- include/bootstrap | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/bootstrap') diff --git a/include/bootstrap b/include/bootstrap index a103200..50adeba 100755 --- a/include/bootstrap +++ b/include/bootstrap @@ -32,6 +32,7 @@ if ! [[ -e ~/.zshrc ]] { # Make basic dirctories echo 'Creating the basic directory structure' mkdir -p ~/bin +path=(~/bin $path) mkdir -p $PKG_PATH/.collected/man/man{1..8} if ! which git &> /dev/null; then @@ -50,6 +51,7 @@ echo "PKG_ROOT='$PKG_ROOT'" > ~/.pkg.conf echo "PKG_PATH=\"${PKG_PATH/$HOME/\$HOME}\"" >> ~/.pkg.conf echo 'Installing core package' +rehash bin/checklinks bin/pkg eval populate_collected core bin/pkg eval exec_hook core post-add -- cgit v1.2.3