diff --git a/tools/install.sh b/tools/install.sh old mode 100755 new mode 100644 index 6e3872bb9..de1d6d4e6 --- a/tools/install.sh +++ b/tools/install.sh @@ -21,6 +21,9 @@ cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc echo "Copying your current PATH and adding it to the end of ~/.zshrc for you." echo "export PATH=$PATH" >> ~/.zshrc +echo "Copying your current MANPATH and adding it to the end of ~/.zshrc for you." +echo "export MANPATH=$MANPATH" >> ~/.zshrc + echo "Time to change your default shell to zsh!" chsh -s "/usr/bin/env zsh"