Skip to content

Instantly share code, notes, and snippets.

@sor4chi
Created February 15, 2022 13:39
Show Gist options
  • Select an option

  • Save sor4chi/f27b3c2ba3a936b72bdda2b372809072 to your computer and use it in GitHub Desktop.

Select an option

Save sor4chi/f27b3c2ba3a936b72bdda2b372809072 to your computer and use it in GitHub Desktop.
This is how to configure zsh-autosuggestions use in Oh My Posh(MacOS)
if type brew &>/dev/null; then
FPATH=$(brew --prefix)/share/zsh-completions:$FPATH
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
autoload -Uz compinit && compinit
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment