Merge branch 'master' of github.com:yock/dotfiles

This commit is contained in:
2020-04-10 13:10:44 -04:00
3 changed files with 3 additions and 1 deletions

View File

@@ -1 +1,2 @@
git@github.com:geometry-zsh/geometry.git
git@github.com:zsh-users/zsh-autosuggestions.git

View File

@@ -61,7 +61,7 @@ cp -rf packages $INSTALL_DIR/packages
cp -f zshrc $INSTALL_DIR/zshrc
# Insert the INSTALL_DIR variable into the installed run control file
sed -i -e "1 i\\
sed -i "" -e "1 i\\
INSTALL_DIR=$INSTALL_DIR\\
" $INSTALL_DIR/zshrc

1
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
if type brew &>/dev/null; then
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH