zsh: add zsh-autosuggestions

This commit is contained in:
He4eT 2023-12-05 13:02:28 +01:00
commit 03e9a13ec2
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
.luarc.json
/zsh/plugins

View file

@ -31,3 +31,6 @@ sudo dnf install \
mc \
ranger \
telegram-desktop \
mkdir ./zsh/plugins
git clone git@github.com:zsh-users/zsh-autosuggestions.git ./zsh/plugins/zsh-autosuggestions2

View file

@ -32,6 +32,7 @@ plugins=(
vi-mode
fancy-ctrl-z
fzf
zsh-autosuggestions
)
source $ZSH/oh-my-zsh.sh