We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b092e8 commit 9c9249bCopy full SHA for 9c9249b
Configs/.config/zsh/conf.d/hyde/terminal.zsh
@@ -193,12 +193,12 @@ _load_compinit
193
194
195
if [[ ${HYDE_ZSH_NO_PLUGINS} == "1" ]]; then
196
- _load_prompt # This disables transient prompts sadly
197
# Deduplicate omz plugins()
198
_dedup_zsh_plugins
199
200
if [[ "$HYDE_ZSH_OMZ_DEFER" == "1" ]]; then
201
_load_deferred_plugin_system_by_hyde
+ _load_prompt # This disables transient prompts sadly
202
else
203
[[ -r $ZSH/oh-my-zsh.sh ]] && source $ZSH/oh-my-zsh.sh
204
_load_prompt
0 commit comments