Browse Source

autosuggestions are now installed with aur

master
TiynGER 9 months ago
parent
commit
f8ff766460
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .config/zsh/.zshrc

+ 1
- 1
.config/zsh/.zshrc

@ -4,7 +4,7 @@ stty -ixon
setopt autocd autopushd \ setopt autocd autopushd \
# Enable autosuggestions # Enable autosuggestions
source ~/gitrepos/pc/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
bindkey '^ ' autosuggest-accept bindkey '^ ' autosuggest-accept
# Enable colors and change prompt # Enable colors and change prompt

Loading…
Cancel
Save