Created
February 15, 2022 13:39
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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