Skip to content

Commit 03d6899

Browse files
committed
Remove use of function keyword
1 parent 42a11cd commit 03d6899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/zshrc.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if [[ ! -d $(dirname $HISTFILE) ]]; then
44
fi
55

66
# Update zshrc.
7-
function zshupg () {
7+
zshupg () {
88
zplug update
99
zplug install
1010
zplug clean

0 commit comments

Comments
 (0)