Adding zsh-autosuggestions
This commit is contained in:
1
dependencies/zsh.txt
vendored
1
dependencies/zsh.txt
vendored
@@ -1 +1,2 @@
|
|||||||
git@github.com:geometry-zsh/geometry.git
|
git@github.com:geometry-zsh/geometry.git
|
||||||
|
git@github.com:zsh-users/zsh-autosuggestions.git
|
||||||
|
|||||||
3
zshrc
3
zshrc
@@ -2,6 +2,7 @@ eval "$(rbenv init -)"
|
|||||||
eval "$(nodenv init -)"
|
eval "$(nodenv init -)"
|
||||||
|
|
||||||
source $INSTALL_DIR/packages/geometry/geometry.zsh
|
source $INSTALL_DIR/packages/geometry/geometry.zsh
|
||||||
|
source $INSTALL_DIR/packages/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
|
|
||||||
setopt auto_cd
|
setopt auto_cd
|
||||||
cdpath=($HOME/Projects)
|
cdpath=($HOME/src)
|
||||||
|
|||||||
Reference in New Issue
Block a user