mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
zsh: add zsh-autosuggestions
This commit is contained in:
parent
5fa6c5b693
commit
03e9a13ec2
3 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
.luarc.json
|
||||
/zsh/plugins
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ plugins=(
|
|||
vi-mode
|
||||
fancy-ctrl-z
|
||||
fzf
|
||||
zsh-autosuggestions
|
||||
)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue