5 lines
115 B
Shell
5 lines
115 B
Shell
#!/usr/bin/env zsh
|
|
|
|
# Hide the loading indicator and redraw the prompt
|
|
unset SHELL_LOADING
|
|
zle && zle reset-prompt
|