install.zsh installs autojump.zsh not .bash!

Signed-off-by: Joel Schaerer <joelthelion@laposte.net>
pull/18/head
Tom Parker 15 years ago committed by Joel Schaerer
parent 3208034466
commit 1376b27390

@ -18,7 +18,7 @@ if [ -d "/etc/profile.d" ]; then
sudo cp autojump.zsh /etc/profile.d/
sudo cp autojump.sh /etc/profile.d/
echo "Remember to add the line"
echo " source /etc/profile.d/autojump.bash"
echo " source /etc/profile.d/autojump.zsh"
echo "or"
echo " source /etc/profile"
echo "to your ~/.zshrc if it's not there already"

Loading…
Cancel
Save