dotfiles/zsh/plugins/loading/hide.plugin.zsh

5 lines
115 B
Shell
Raw Normal View History

#!/usr/bin/env zsh
2026-06-06 18:10:35 +01:00
# Hide the loading indicator and redraw the prompt
unset SHELL_LOADING
2026-06-06 18:10:35 +01:00
zle && zle reset-prompt