Skip to content

Commit

Permalink
follow symlinks #13
Browse files Browse the repository at this point in the history
  • Loading branch information
tamcore committed Jul 9, 2020
1 parent 09caf45 commit 48a0978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoupdate.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function upgrade_oh_my_zsh_custom() {
printf "${BLUE}%s${NORMAL}\n" "Upgrading custom plugins"
fi

find "${ZSH_CUSTOM}" -type d -name .git | while read d
find -L "${ZSH_CUSTOM}" -type d -name .git | while read d
do
p=$(dirname "$d")
pushd -q "${p}"
Expand Down

0 comments on commit 48a0978

Please sign in to comment.