소스 검색

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
부모
커밋
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"

불러오는 중...
취소
저장