diff --git a/.zshrc b/.zshrc index 964e8e4..798d05d 100644 --- a/.zshrc +++ b/.zshrc @@ -57,6 +57,7 @@ source .api-keys export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/opt/homebrew/bin/brew:$HOME/bin:" source $ZSH/oh-my-zsh.sh +source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(lesspipe)"