From 90dab0f3c6e728be355ad133d76e2741b69dd193 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 14 Jun 2009 09:35:20 +0200 Subject: bootstrap: Mention that $PATH should include ~/bin when running pkg --- include/bootstrap | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/bootstrap') diff --git a/include/bootstrap b/include/bootstrap index 77bbf79..fb683e0 100755 --- a/include/bootstrap +++ b/include/bootstrap @@ -69,3 +69,10 @@ if (( rcempty )) { echo 'Removing empty zshrc' rm ~/.zshrc } + +if [[ $PATH != *$HOME/bin* ]] { + cat <<- tac + Note: You may need to change your PATH to include ~/bin, + otherwise certain parts of pkg will not work. + tac +} -- cgit v1.2.3