summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinclude/bootstrap7
1 files changed, 7 insertions, 0 deletions
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
+}