Skip to content

Commit

Permalink
Merge pull request #18 from PaulDance/silence-popd
Browse files Browse the repository at this point in the history
Silence popd
  • Loading branch information
tamcore authored Jan 19, 2021
2 parents 0f9a55c + cd9dace commit 2e6a22b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoupdate.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ function upgrade_oh_my_zsh_custom() {
else
printf "${RED}%s${NORMAL}\n" "There was an error updating the $pn $pt. Try again later?"
fi
popd -q

popd &>/dev/null
done
}

Expand Down

0 comments on commit 2e6a22b

Please sign in to comment.