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

5 lines
115 B
Shell

#!/usr/bin/env zsh
# Hide the loading indicator and redraw the prompt
unset SHELL_LOADING
zle && zle reset-prompt