5 lines
182 B
Bash
5 lines
182 B
Bash
|
# Autosuggestions
|
||
|
if [[ -s /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh ]]; then
|
||
|
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||
|
fi
|