Просмотр исходного кода

install.zsh installs autojump.zsh not .bash!

Signed-off-by: Joel Schaerer <joelthelion@laposte.net>
pull/18/head
Tom Parker 15 лет назад
committed by Joel Schaerer
Родитель
Сommit
1376b27390
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      install.zsh

+ 1
- 1
install.zsh Просмотреть файл

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

Загрузка…
Отмена
Сохранить