Skip to content

Commit 5e93f9a

Browse files
committed
docs: Correct misleading comment about ZSH plugin loader behavior
1 parent 6bf2774 commit 5e93f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configs/.config/zsh/plugin.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use your plugin system here
22

3-
return 1 # <--- Comment this line to disable HyDE's plugin loader // same as HYDE_ZSH_NO_PLUGINS
3+
return 1 # <--- Comment this line to enable HyDE's plugin loader
44

55
#! This file will not load, remove the return 1 line above to enable this file.
66
#? Below is an example of how to set up Zsh plugins using Zinit

0 commit comments

Comments
 (0)