Remove needless semi-colons

This commit is contained in:
2020-05-03 20:51:23 +01:00
parent b68d785236
commit d068f4418b
2 changed files with 2 additions and 2 deletions

2
zshenv
View File

@@ -4,7 +4,7 @@
# Enable ZSH profiling?
if [[ -n "$ZPROF" ]]; then
zmodload zsh/zprof;
zmodload zsh/zprof
fi
# Ensure values in path variable are unique