Skip to content

Commit 40462a1

Browse files
added autosuggestions
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
1 parent 6bcf4df commit 40462a1

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
[submodule "vendor/iterm2-material-design"]
1414
path = vendor/iterm2-material-design
1515
url = https://github.com/MartinSeeler/iterm2-material-design.git
16+
[submodule "vendor/zsh-autosuggestions"]
17+
path = vendor/zsh-autosuggestions
18+
url = https://github.com/zsh-users/zsh-autosuggestions

install.conf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
~/.config/.cmds: shell/cmds
6565
# @todo: group rc files
6666
~/.zshrc: zsh/zshrc
67+
~/.zsh/zsh-autosuggestions: vendor/zsh-autosuggestions
6768
~/.bashrc: shell/bashrc
6869
~/.vimrc: tools/vimrc
6970
~/.curlrc: tools/curlrc

vendor/zsh-autosuggestions

Submodule zsh-autosuggestions added at 85919cd

zsh/settings/settings.zsh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ setopt interactivecomments
1414

1515
# Time to wait for additional characters in a sequence
1616
KEYTIMEOUT=1 # corresponds to 10ms
17+
18+
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
19+
20+
plugins=(
21+
zsh-autosuggestions
22+
)

0 commit comments

Comments
 (0)