Show loading indicator in prompt whilst plugins are loading
This commit is contained in:
parent
83b6e927c6
commit
95153292ea
4 changed files with 29 additions and 2 deletions
4
zsh/plugins/loading/hide.plugin.zsh
Normal file
4
zsh/plugins/loading/hide.plugin.zsh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
# Hide the loading indicator
|
||||
unset SHELL_LOADING
|
4
zsh/plugins/loading/show.plugin.zsh
Normal file
4
zsh/plugins/loading/show.plugin.zsh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
# Show the loading indicator
|
||||
export SHELL_LOADING=true
|
Loading…
Add table
Add a link
Reference in a new issue