소스 검색

Merge pull request #588 from keskinsaf/#587-fix-installation-aside-other-plugins

Update INSTALL.md
pull/612/head
Eric Freese 3 년 전
committed by GitHub
부모
커밋
58c98a7739
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      INSTALL.md

+ 4
- 1
INSTALL.md 파일 보기

@ -39,7 +39,10 @@
2. Add the plugin to the list of plugins for Oh My Zsh to load (inside `~/.zshrc`):
```sh
plugins=(zsh-autosuggestions)
plugins=(
# other plugins...
zsh-autosuggestions
)
```
3. Start a new terminal session.

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