Skip to content

Commit 9c9249b

Browse files
committed
prompt setting
1 parent 8b092e8 commit 9c9249b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configs/.config/zsh/conf.d/hyde/terminal.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,12 @@ _load_compinit
193193

194194

195195
if [[ ${HYDE_ZSH_NO_PLUGINS} == "1" ]]; then
196-
_load_prompt # This disables transient prompts sadly
197196
# Deduplicate omz plugins()
198197
_dedup_zsh_plugins
199198

200199
if [[ "$HYDE_ZSH_OMZ_DEFER" == "1" ]]; then
201200
_load_deferred_plugin_system_by_hyde
201+
_load_prompt # This disables transient prompts sadly
202202
else
203203
[[ -r $ZSH/oh-my-zsh.sh ]] && source $ZSH/oh-my-zsh.sh
204204
_load_prompt

0 commit comments

Comments
 (0)