From 7f2a5238c6c7b84b640bc4de53589ed618fabe95 Mon Sep 17 00:00:00 2001 From: pfych Date: Thu, 5 Sep 2024 13:17:21 +1000 Subject: [PATCH] Fix autosuggestions on MacOS --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 4659e23..32edc4a 100644 --- a/.zshrc +++ b/.zshrc @@ -8,8 +8,8 @@ if [[ $(uname) == "Darwin" ]]; then export PATH="/usr/local/opt/grep/libexec/gnubin:$PATH:${HOME}/.local/bin:/usr/local/sbin:${HOME}/.local/share/gem/ruby/2.0.0/bin:/usr/local/bin" export ANDROID_SDK_ROOT=/Users/$USER/Library/Android/sdk source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh alias date=gdate; - alias twtxt="AWS_PROFILE=personal twtxt -c .config/twtxt/config" eval "$(rbenv init - zsh)" else export PATH="${PATH}:${HOME}/.local/bin:/usr/local/sbin:${HOME}/.local/share/gem/ruby/2.0.0/bin:/usr/local/bin"