mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
lib/spinner: Update example
This commit is contained in:
@@ -5,10 +5,10 @@
|
|||||||
#
|
#
|
||||||
# Examples
|
# Examples
|
||||||
#
|
#
|
||||||
# echo -ne "${fg[red]}I am running..."
|
# echo -ne "${_omb_term_red}I am running..."
|
||||||
# ( my_long_task_running ) &
|
# ( my_long_task_running ) &
|
||||||
# spinner
|
# spinner
|
||||||
# echo -ne "...${_omb_prompt_reset_color} ${fg[green]}DONE${_omb_prompt_reset_color}"
|
# echo -ne "...${_omb_term_reset} ${_omb_term_green}DONE${_omb_term_reset}"
|
||||||
#
|
#
|
||||||
|
|
||||||
# This spinner is used when there is a terminal.
|
# This spinner is used when there is a terminal.
|
||||||
|
|||||||
Reference in New Issue
Block a user