mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2025-09-09 18:59:20 +00:00
Show spinner during the env save process
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
start_spinner() {
|
||||
$CURRENT_DIR/tmux_spinner.sh "Restoring tmux..." "Tmux restore complete!" &
|
||||
$CURRENT_DIR/tmux_spinner.sh "$1" "$2" &
|
||||
export SPINNER_PID=$!
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user