7 lines
No EOL
465 B
Bash
7 lines
No EOL
465 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
|
|
test -e /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh \
|
|
&& source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh |