Added zsh-autosuggestions as git submodule
I wasn't able to install zsh-autosuggestions on my ubuntu arm based server, so I added this directlu to my config
This commit is contained in:
parent
75186d842f
commit
08257dbbc4
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "pure"]
|
||||
path = pure
|
||||
url = https://github.com/sindresorhus/pure.git
|
||||
[submodule "zsh-autosuggestions"]
|
||||
path = zsh-autosuggestions
|
||||
url = https://github.com/zsh-users/zsh-autosuggestions
|
||||
|
|
Reference in a new issue