Update dotfiles/.local/bin/install-dotfiles, dotfiles/.zshrc
This commit is contained in:
parent
1dd1db6474
commit
4577c5b0e2
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ while read DOTFILE_FOLDER; do
|
||||||
mkdir -p "$HOME/$BASENAME_FOLDER"
|
mkdir -p "$HOME/$BASENAME_FOLDER"
|
||||||
fi
|
fi
|
||||||
cp -rf "$DOTFILE_FOLDER/"* "$HOME/$BASENAME_FOLDER"
|
cp -rf "$DOTFILE_FOLDER/"* "$HOME/$BASENAME_FOLDER"
|
||||||
done < <(find /usr/local/src/professor-dotfiles/dotfiles -maxdepth 1 -mindepth 1 -type d)
|
done < <(command find /usr/local/src/professor-dotfiles/dotfiles -maxdepth 1 -mindepth 1 -type d)
|
||||||
|
|
||||||
# Copy dotfile files
|
# Copy dotfile files
|
||||||
while read DOTFILE_FILE; do
|
while read DOTFILE_FILE; do
|
||||||
|
|
|
@ -352,7 +352,7 @@ fi
|
||||||
|
|
||||||
### direnv
|
### direnv
|
||||||
if command -v direnv > /dev/null; then
|
if command -v direnv > /dev/null; then
|
||||||
_evalcache direnv hook zsh
|
eval "$(direnv hook zsh)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Fig
|
### Fig
|
||||||
|
|
Loading…
Reference in a new issue