Przeglądaj źródła

install.zsh installs autojump.zsh not .bash!

Signed-off-by: Joel Schaerer <joelthelion@laposte.net>
pull/18/head
Tom Parker 15 lat temu
committed by Joel Schaerer
rodzic
commit
1376b27390
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      install.zsh

+ 1
- 1
install.zsh Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz