Browse Source

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
commit
1376b27390
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      install.zsh

+ 1
- 1
install.zsh View File

@ -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