diff options
Diffstat (limited to 'home-config/zsh/zshrc')
| -rw-r--r-- | home-config/zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-config/zsh/zshrc b/home-config/zsh/zshrc index 32f1aac..4782ca4 100644 --- a/home-config/zsh/zshrc +++ b/home-config/zsh/zshrc @@ -49,7 +49,7 @@ man() { # Enable zsh auto suggestions autoload compinit && compinit -source $HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh +source $GUIX_PROFILE/share/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#696e8a" ZSH_AUTOSUGGEST_STRATEGY=(completion history) |