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
|
||||
|
|
2
.zshrc
2
.zshrc
|
@ -44,6 +44,6 @@ bindkey "^[[3~" delete-char
|
|||
[ -f "$HOME/zsh/aliasrc" ] && source "$HOME/zsh/aliasrc"
|
||||
|
||||
# Load ; should be last.
|
||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
|
||||
source $HOME/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
|
||||
source /usr/share/autojump/autojump.zsh 2>/dev/null
|
||||
|
|
1
zsh-autosuggestions
Submodule
1
zsh-autosuggestions
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ae315ded4dba10685dbbafbfa2ff3c1aefeb490d
|
Reference in a new issue