Auto completion
zsh auto-completion
- Add the following line to your ~/.zshrc startup script:
source <(easyp completion zsh)- Re-launch your shell or run:
source ~/.zshrcBash auto-completion
- Install bash-completion and add the software to your
~/.bashrc. - Add the following line to your ~/.bashrc startup script:
source <(easyp completion bash)- Re-launch your shell or run:
source ~/.bashrc