Adding zsh-autosuggestions

This commit is contained in:
myockey
2020-02-26 14:40:40 -05:00
parent 889bcf597c
commit 05f7fc3f75
2 changed files with 3 additions and 1 deletions

3
zshrc
View File

@@ -2,6 +2,7 @@ eval "$(rbenv init -)"
eval "$(nodenv init -)"
source $INSTALL_DIR/packages/geometry/geometry.zsh
source $INSTALL_DIR/packages/zsh-autosuggestions/zsh-autosuggestions.zsh
setopt auto_cd
cdpath=($HOME/Projects)
cdpath=($HOME/src)