5 lines
No EOL
317 B
Bash
5 lines
No EOL
317 B
Bash
# ZSH autosuggestions
|
|
test -e /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh \
|
|
&& source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
|
test -e /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh \
|
|
&& source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh |