mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Remove needless semi-colons
This commit is contained in:
2
zshenv
2
zshenv
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user